GeoFenceCollectionLookUp Method (LatLon) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Find all GeoFences that contain the specified
point.
Namespace:
Telogis.GeoBase.GeoFence
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public IGeoFence[] LookUp(
LatLon point
)
Public Function LookUp (
point As LatLon
) As IGeoFence()
Parameters
- point
- Type: Telogis.GeoBaseLatLon
The point to be tested
Return Value
Type:
IGeoFenceAn array of GeoFences which contain the specified
point.
See Also