Click or drag to resize

GeoFenceCollectionLookUp Method (LatLon)

Verizon Connect Logo
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
)

Parameters

point
Type: Telogis.GeoBaseLatLon
The point to be tested

Return Value

Type: IGeoFence
An array of GeoFences which contain the specified point.
See Also