PolygonFenceInsert Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Inserts a new
point to the GeoFence, at the
specified index.
Namespace:
Telogis.GeoBase.GeoFence
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void Insert(
int index,
LatLon value
)
Public Sub Insert (
index As Integer,
value As LatLon
)
Parameters
- index
- Type: SystemInt32
Index at which to add the point. - value
- Type: Telogis.GeoBaseLatLon
The point to add.
Remarks Points are not overwritten by an Insert() - thus if an insert is made at an
occupied index, the existing elements above that index will be shifted up to
accomodate the new element.
See Points to get an
array of all points in the GeoFence.
See Also