GeographyOperationsExtensions.Length(Geography) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.