DbGeometry.PointCount 屬性

定義

若該 DbGeometry 值代表線串或線性環,則得到該 DbGeometry 值中的點數。

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)

屬性值

若該幾何值代表線條或線性環,則為該幾何值中的元素數;否則,。 null

適用於