Share via


GeographyOperationsExtensions.Length(Geography) Method

Definition

Determines the Length of the geography LineString.

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

Parameters

operand
Geography

The LineString operand.

Returns

The operation result.

Applies to