DbSpatialServices.GetLength Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un valore Double nullable che indica la lunghezza del valore specificato.
Overload
GetLength(DbGeography) |
Restituisce un valore Double nullable che indica la lunghezza del valore DbGeography specificato, che può essere null se tale valore non rappresenta una curva. |
GetLength(DbGeometry) |
Restituisce un valore Double nullable che indica la lunghezza del valore DbGeometry specificato, che può essere null se tale valore non rappresenta una curva. |
GetLength(DbGeography)
Restituisce un valore Double nullable che indica la lunghezza del valore DbGeography specificato, che può essere null se tale 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
Il valore di posizione geografica, che non deve rappresentare una curva.
Restituisce
Lunghezza del valore DbGeography specificato.
Eccezioni
geographyValue
geographyValue
Si applica a
GetLength(DbGeometry)
Restituisce un valore Double nullable che indica la lunghezza del valore DbGeometry specificato, che può essere null se tale 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
Il valore geometrico, che non deve rappresentare una curva.
Restituisce
Lunghezza del valore DbGeometry specificato.
Eccezioni
geometryValue
geometryValue