Compartir a través de


SpatialOperations.Length Método

Definición

Sobrecargas

Length(Geography)

Indica la longitud de geography LineString.

Length(Geometry)

Indica la longitud de Geometry LineString.

Length(Geography)

Indica la longitud de geography LineString.

public virtual double Length (Microsoft.Spatial.Geography operand);
abstract member Length : Microsoft.Spatial.Geography -> double
override this.Length : Microsoft.Spatial.Geography -> double
Public Overridable Function Length (operand As Geography) As Double

Parámetros

operand
Geography

Operando.

Devoluciones

El resultado de la operación.

Se aplica a

Length(Geometry)

Indica la longitud de Geometry LineString.

public virtual double Length (Microsoft.Spatial.Geometry operand);
abstract member Length : Microsoft.Spatial.Geometry -> double
override this.Length : Microsoft.Spatial.Geometry -> double
Public Overridable Function Length (operand As Geometry) As Double

Parámetros

operand
Geometry

Operando.

Devoluciones

El resultado de la operación.

Se aplica a