Compartir a través de


GeometryOperationsExtensions.Length(Geometry) Método

Definición

Determina la longitud de la clase LineString geometry.

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)

Parámetros

operand
Geometry

Operando LineString.

Devoluciones

El resultado de la operación.

Se aplica a