LineGeometry.Length Property
Gets the 2D length of the LineGeometry.
Syntax
public System.Double Length { get; }
Property Value
The 2D length of the LineGeometry in the coordinate reference system of the line.
Remarks
Note that if the line geometry coordinates are in LongLat, then the Length will be returned in degrees, since a Geometry knows nothing about the Crs of the Feature that it is part of. If you need a method that always returns a length in meters, see Crs.Length.
See also SizeOperator.
The result is recalculated every time the property is accessed.
Platforms
Windows, Linux, Android