次の方法で共有


DbSpatialServices.GetLength メソッド

定義

指定した値の長さを示す null 許容型の double 値を返します。

オーバーロード

GetLength(DbGeography)

指定された DbGeography 値の長さを示す null 許容型の double 値を返します。値が曲線を表していない場合は null が返されます。

GetLength(DbGeometry)

指定された DbGeometry 値の長さを示す null 許容型の double 値を返します。値が曲線を表していない場合は null が返されます。

GetLength(DbGeography)

指定された DbGeography 値の長さを示す null 許容型の double 値を返します。値が曲線を表していない場合は 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

曲線を表す必要のない geography 値。

戻り値

指定された DbGeography 値の長さ。

例外

geographyValue

geographyValue

適用対象

GetLength(DbGeometry)

指定された DbGeometry 値の長さを示す null 許容型の double 値を返します。値が曲線を表していない場合は 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

曲線を表す必要のない geometry 値。

戻り値

指定された DbGeometry 値の長さ。

例外

geometryValue

geometryValue

適用対象