Click or drag to resize

CircleFenceContains Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the given point is within this GeoFence.

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 point to test.

Return Value

Type: Boolean
true if the point is within the GeoFence, false if it is not.

Implements

IGeoFenceContains(LatLon)
See Also