ClusterRenderer Constructor | |
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
)
Public Sub New (
layer As IClusterLayer
)
Parameters
- layer
- Type: Telogis.GeoBase.ClusteringIClusterLayer
The cluster layer that produces and visualizes the clusters.
See Also