GeometryOperationsExtensions.Length(Geometry) 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 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.