Calculates the length for each input polyline.
GetLengths(SpatialReference SpatialReference, Polyline[] InPolylineArray)
Parameter |
Description |
SpatialReference |
The spatial reference of the geometries in InPolygonArray. This cannot be null. |
InPolylineArray |
The array of polylines on which the length will be calculated. All geometries are assumed to be in the coordinate system defined by SpatialReference. |
Return Value
An array of double values (double[]) containing
the length of each Polyline
in the input array.
Remarks
Examples