Click or drag to resize

ClusterVisualizationGetImage Method

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

Parameters

imageId
Type: SystemString
The image ID for the cluster.

Return Value

Type: Image
The image that represents the cluster.

Implements

IClusterVisualizationGetImage(String)
See Also