PolygonEntityInsertVertex Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Inserts a vertex between two other vertices.
Namespace:
Telogis.GeoBase.ShapeUI
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public int InsertVertex(
int idx,
LatLon location
)
Public Function InsertVertex (
idx As Integer,
location As LatLon
) As Integer
Parameters
- idx
- Type: SystemInt32
The index to insert the vertex at - location
- Type: Telogis.GeoBaseLatLon
The location of the vertex
Return Value
Type:
Int32The index of the vertex.
See Also