Click or drag to resize

ClusterRenderer Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates and initializes the cluster renderer. A ClusterRenderer will automatically Invalidate the most recent MapCtrl drawn to when the underlying clusters change. If clusters are desired on more than one MapCtrl it is recommended to use a separate ClusterRenderer for each.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ClusterRenderer(
	IClusterLayer layer
)

Parameters

layer
Type: Telogis.GeoBase.ClusteringIClusterLayer
The cluster layer that produces and visualizes the clusters.
See Also