DbGeometry.PointAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
若該元素代表線串或線性環,則會從特定位置回傳該 DbGeometry 值的元素。
public:
System::Data::Spatial::DbGeometry ^ PointAt(int index);
public System.Data.Spatial.DbGeometry PointAt(int index);
member this.PointAt : int -> System.Data.Spatial.DbGeometry
Public Function PointAt (index As Integer) As DbGeometry
參數
- index
- Int32
該元素應從此幾何值中取出的位置。
傳回
該幾何中該元素在指定位置的位置,若代表線條或線性環;否則,。 null