ClusterVisualizationGetImage Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Obtain a cluster image for a specified image ID.
The image ID should have been generated by a call to GetImageId on this visualization
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract Image GetImage(
string imageId
)
Public MustOverride Function GetImage (
imageId As String
) As Image
Parameters
- imageId
- Type: SystemString
The image ID for the cluster.
Return Value
Type:
ImageThe image that represents the cluster.
Implements
IClusterVisualizationGetImage(String)See Also