ClusterRendererGetClusterAt Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the cluster at the specified location.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Cluster GetClusterAt(
IMap map,
Point point
)
Public Function GetClusterAt (
map As IMap,
point As Point
) As Cluster
Parameters
- map
- Type: Telogis.GeoBaseIMap
The map clusters are placed on. - point
- Type: System.DrawingPoint
A point within the map possibly contained within a cluster.
Return Value
Type:
ClusterA cluster containing the given point or null.
See Also