Click or drag to resize

IClusterVisualizationGetImageId Method

Verizon Connect Logo
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
)

Parameters

cluster
Type: Telogis.GeoBase.ClusteringCluster
The cluster to be visualized.

Return Value

Type: String
The image id for the cluster.
Remarks
The image id for a cluster can be assigned to the ImageId property of the cluster.
See Also