Click or drag to resize

PolygonEntityInsertVertex Method

Verizon Connect Logo
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
)

Parameters

idx
Type: SystemInt32
The index to insert the vertex at
location
Type: Telogis.GeoBaseLatLon
The location of the vertex

Return Value

Type: Int32
The index of the vertex.
See Also