共用方式為


DbGeometry.ElementCount 屬性

定義

取得這個 DbGeometry 值中的項目數目 (如果它表示幾何集合)。 < >會傳回這個幾何值中的專案數目,如果它代表其他幾何值的集合,則為 null;否則為 null。 </返回>

public Nullable<int> ElementCount { get; }
member this.ElementCount : Nullable<int>
Public ReadOnly Property ElementCount As Nullable(Of Integer)

屬性值

這個 DbGeometry 值中的項目數目。

適用於