DbGeometry.InteriorRingCount 屬性

定義

如果 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

適用於