IClusterVisualizationGetImageId Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The image ID for a specified cluster.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax string GetImageId(
Cluster cluster
)
Function GetImageId (
cluster As Cluster
) As String
Parameters
- cluster
- Type: Telogis.GeoBase.ClusteringCluster
The cluster to be visualized.
Return Value
Type:
StringThe image id for the cluster.
Remarks The image id for a cluster can be assigned to the
ImageId property of the cluster.
See Also