ClusterVisualizationPieChartGetImage Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates the image described by an ImageId. The ImageId should have been obtained
from a call to GetImageId on this ClusterVisualization.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override Image GetImage(
string imageId
)
Public Overrides Function GetImage (
imageId As String
) As Image
Parameters
- imageId
- Type: SystemString
The string description of the Image to be created.
Return Value
Type:
ImageThe visualization represented by the ImageId
Implements
IClusterVisualizationGetImage(String)See Also