DbGeometry.PointCount 属性

定义

如果其表示行字符串或线性环,则获取该 DbGeometry 值内的点数。 <>如果它表示线条字符串或线性环,则返回此几何图形值中的元素数;否则返回 null。</返回>

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

属性值

在此 DbGeometry 值中的点数。

适用于