| Maptitude GISDK Help |
Returns the length of the line specified by an array of coordinates.
Added to Version 2013.
length = GetLineLength(array coords)
| Argument | Contents |
|---|---|
| coords | An array of coords |
A real number with the length of the line in current map units.
For more information on coords, see Compound Variables.
hull_array = ConvexHull(19023)
length = GetLineLength(hull_array)
| Function | Summary |
|---|---|
| GetFeatureLength() | Returns the length of the feature in current map units |
| GetPolygonPerimeter() | Gets the perimeter of a closed polygon |
| ©2025 Caliper Corporation | www.caliper.com |