DbSpatialServices.GetLength メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した値の長さを示す 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
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET