Click or drag to resize

ClusterVisualizationPieChartGetImageId Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the ImageId for a Cluster which can later be passed into GetImage in order to render the cluster.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override string GetImageId(
	Cluster cluster
)

Parameters

cluster
Type: Telogis.GeoBase.ClusteringCluster
The cluster to visualize

Return Value

Type: String
The ImageId for the cluster

Implements

IClusterVisualizationGetImageId(Cluster)
See Also