Click or drag to resize

PolygonFenceIndexOf Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Searches the points that make up this GeoFence and returns the index of the point.

Namespace:  Telogis.GeoBase.GeoFence
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int IndexOf(
	LatLon value
)

Parameters

value
Type: Telogis.GeoBaseLatLon
The point to add.

Return Value

Type: Int32
Index of the point, or -1 if the point is not in this GeoFence.
See Also