DbGeometry.ElementCount 属性

定义

如果其表示几何图形集合,则获取该 DbGeometry 值内的元素的数目。

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

属性值

此 geometry 值中的元素数(如果它表示其他几何值的集合);否则为 null

适用于