DbGeometry.StartPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 DbGeometry 值,表示這個值的起始點,如果這個 DbGeometry 值不代表曲線,就可能為 null。
public:
property System::Data::Spatial::DbGeometry ^ StartPoint { System::Data::Spatial::DbGeometry ^ get(); };
public System.Data.Spatial.DbGeometry StartPoint { get; }
member this.StartPoint : System.Data.Spatial.DbGeometry
Public ReadOnly Property StartPoint As DbGeometry
屬性值
表示此值之起始點的 DbGeometry 值。