DbGeometry.PointCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
若該 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