DbGeometry.InteriorRingCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 DbGeometry 值代表一個多邊形,則得到該 DbGeometry 值中的內部環的數量。
public:
property Nullable<int> InteriorRingCount { Nullable<int> get(); };
public int? InteriorRingCount { get; }
member this.InteriorRingCount : Nullable<int>
Public ReadOnly Property InteriorRingCount As Nullable(Of Integer)
屬性值
若該幾何形狀代表多邊形,則為該幾何體中元素的數量;否則,。 null