Maptitude GISDK Help |
Gets the perimeter of a closed polygon.
perimeter = GetPolygonPerimeter(array coords)
Argument |
Contents |
coords |
An array of coordinates that outline the closed polygon |
A real number with the length of the perimeter in current map units.
hull_array = ConvexHull(19023)
perimeter = GetPolygonPerimeter(hull_array)
Function |
Summary |
Returns the length of the line specified by an array of coordinates |
|
Gets the perimeter of an area |
©2025 Caliper Corporation | www.caliper.com |