DbGeography.PointCount 属性

定义

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

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

属性值

在 DbGeography 值中的点数。

适用于