Click or drag to resize

ClusterVisualizationPieChartGetImage Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates the image described by an ImageId. The ImageId should have been obtained from a call to GetImageId on this ClusterVisualization.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override Image GetImage(
	string imageId
)

Parameters

imageId
Type: SystemString
The string description of the Image to be created.

Return Value

Type: Image
The visualization represented by the ImageId

Implements

IClusterVisualizationGetImage(String)
See Also