PolygonFenceIndexOf Method | |
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
)
Public Function IndexOf (
value As LatLon
) As Integer
Parameters
- value
- Type: Telogis.GeoBaseLatLon
The point to add.
Return Value
Type:
Int32Index of the
point, or -1 if the
point is not in this GeoFence.
See Also