DbSpatialServices.GetLength Metodo

Definizione

Restituisce un valore double nullable che indica la lunghezza del valore specificato.

Overload

Nome Descrizione
GetLength(DbGeography)

Restituisce un valore double nullable che indica la lunghezza del valore specificato DbGeography , che può essere Null se il valore non rappresenta una curva.

GetLength(DbGeometry)

Restituisce un valore double nullable che indica la lunghezza del valore specificato DbGeometry , che può essere Null se il valore non rappresenta una curva.

GetLength(DbGeography)

Restituisce un valore double nullable che indica la lunghezza del valore specificato DbGeography , che può essere Null se il valore non rappresenta una curva.

public:
 abstract Nullable<double> GetLength(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLength(System.Data.Spatial.DbGeography geographyValue);
abstract member GetLength : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLength (geographyValue As DbGeography) As Nullable(Of Double)

Parametri

geographyValue
DbGeography

Valore geography, che non deve rappresentare una curva.

Valori restituiti

Lunghezza del valore specificato DbGeography .

Eccezioni

geographyValue

geographyValue

Si applica a

GetLength(DbGeometry)

Restituisce un valore double nullable che indica la lunghezza del valore specificato DbGeometry , che può essere Null se il valore non rappresenta una curva.

public:
 abstract Nullable<double> GetLength(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetLength(System.Data.Spatial.DbGeometry geometryValue);
abstract member GetLength : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetLength (geometryValue As DbGeometry) As Nullable(Of Double)

Parametri

geometryValue
DbGeometry

Valore geometry, che non deve rappresentare una curva.

Valori restituiti

Lunghezza del valore specificato DbGeometry .

Eccezioni

geometryValue

geometryValue

Si applica a