次の方法で共有


DbGeography.EndPoint プロパティ

定義

この値の始点を表す DbGeography 値を取得します。この DbGeography 値が曲線を表していない場合は null になります。

public:
 property System::Data::Spatial::DbGeography ^ EndPoint { System::Data::Spatial::DbGeography ^ get(); };
public System.Data.Spatial.DbGeography EndPoint { get; }
member this.EndPoint : System.Data.Spatial.DbGeography
Public ReadOnly Property EndPoint As DbGeography

プロパティ値

この値の始点を表す DbGeography 値。

適用対象