Click or drag to resize

PolygonEntityGetPoints Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the polygon's vertices.

Namespace:  Telogis.GeoBase.ShapeUI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public List<LatLon> GetPoints()

Return Value

Type: ListLatLon
A list of all the vertices in the outer ring of the polygon.
See Also