DbGeography.PointCount 属性

定义

如果其表示行字符串或线性环,则获取该 DbGeography 值内的点的数目。

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

属性值

此 geography 值中的元素数(如果它表示线字符串或线性环);否则为 null

适用于