Click or drag to resize

PolygonEntityAddVertex Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add a new vertex at the end of the polygon.

Namespace:  Telogis.GeoBase.ShapeUI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int AddVertex(
	LatLon location
)

Parameters

location
Type: Telogis.GeoBaseLatLon
The location of the vertex to be added

Return Value

Type: Int32
The index of the vertex added.
See Also