DbGeometry.ElementCount 属性

定义

如果其表示几何图形集合,则获取该 DbGeometry 值内的元素的数目。 <>如果表示其他几何图形值的集合,则返回此 geometry 值中的元素数;否则返回 null。</返回>

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

属性值

在 DbGeometry 值中的元素的数目。

适用于