DbGeometry.ElementAt 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
從指定位置傳回此 DbGeometry 值的項目,若此項目代表幾何集合。
命名空間: System.Data.Entity.Spatial
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Function ElementAt ( _
index As Integer _
) As DbGeometry
'用途
Dim instance As DbGeometry
Dim index As Integer
Dim returnValue As DbGeometry
returnValue = instance.ElementAt(index)
public DbGeometry ElementAt(
int index
)
public:
DbGeometry^ ElementAt(
int index
)
member ElementAt :
index:int -> DbGeometry
public function ElementAt(
index : int
) : DbGeometry
參數
- index
類型:System.Int32
此幾何值中的位置,應該在此取得項目。
傳回值
類型:System.Data.Entity.Spatial.DbGeometry
此幾何值中位於指定位置的項目 (若其表示其他幾何值的集合),否則為 null。