Share via


GeometryOperationsExtensions.Length(Geometry) Method

Definition

Determines the Length of the geometry LineString.

public static double? Length (this Microsoft.Spatial.Geometry operand);
static member Length : Microsoft.Spatial.Geometry -> Nullable<double>
<Extension()>
Public Function Length (operand As Geometry) As Nullable(Of Double)

Parameters

operand
Geometry

The LineString operand.

Returns

The operation result.

Applies to