DbGeometry.ElementAt(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定位置傳回此 DbGeometry 值的項目,若此項目代表幾何集合。
public:
System::Data::Spatial::DbGeometry ^ ElementAt(int index);
public System.Data.Spatial.DbGeometry ElementAt (int index);
member this.ElementAt : int -> System.Data.Spatial.DbGeometry
Public Function ElementAt (index As Integer) As DbGeometry
參數
- index
- Int32
這個幾何值內應從中取得專案的位置。
傳回
如果這個幾何值代表其他幾何值的集合,則這個幾何值中的專案;否則為 null
。