Click or drag to resize

GeoFenceCollectionContains Method (LatLon)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determine whether the given LatLon lies within the borders of a GeoFence in this collection.

Namespace:  Telogis.GeoBase.GeoFence
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Contains(
	LatLon point
)

Parameters

point
Type: Telogis.GeoBaseLatLon
The LatLon to be tested.

Return Value

Type: Boolean
true if a GeoFence in this collection contains point, false if none do.

Implements

IGeoFenceContains(LatLon)
See Also