Click or drag to resize

IGeoFenceContains Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns true if the point is inside this GeoFence.

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

Parameters

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

Return Value

Type: Boolean
True if the point lies within the GeoFence, false if it does not.
Remarks

Related articles: Geofences Concept.

See Also