ClusterRendererGetClusterSet Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the current ClusterSet on a given map.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public ClusterSet GetClusterSet(
IMap map
)
Public Function GetClusterSet (
map As IMap
) As ClusterSet
Parameters
- map
- Type: Telogis.GeoBaseIMap
The map to get clusters for.
Return Value
Type:
ClusterSetA ClusterSet object containing clusters located within the map -
possibly null if no clusters have been loaded yet.
See Also