共用方式為


DbSpatialServices.GetLength 方法

定義

傳回可為 Null 的雙精度浮點數值,表示所指定值的長度。

多載

GetLength(DbGeography)

傳回可為 null 的雙精度浮點數值,指出指定的 DbGeography 值的長度,如果值不能代表曲線,就可能為 null。

GetLength(DbGeometry)

傳回可為 null 的雙精度浮點數值,指出指定的 DbGeometry 值的長度,如果值不能代表曲線,就可能為 null。

GetLength(DbGeography)

傳回可為 null 的雙精度浮點數值,指出指定的 DbGeography 值的長度,如果值不能代表曲線,就可能為 null。

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)

參數

geographyValue
DbGeography

地理位置值,其不需要表現曲線。

傳回

指定的 DbGeography 值的長度。

例外狀況

geographyValue

geographyValue

適用於

GetLength(DbGeometry)

傳回可為 null 的雙精度浮點數值,指出指定的 DbGeometry 值的長度,如果值不能代表曲線,就可能為 null。

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)

參數

geometryValue
DbGeometry

幾何值,其不需要表現曲線。

傳回

指定的 DbGeometry 值的長度。

例外狀況

geometryValue

geometryValue

適用於