共用方式為


DbGeometry.InteriorRingCount 屬性

定義

取得這個 DbGeometry 值中的內圈數目 (如果它表示多邊形)。 < >會傳回這個幾何值中的專案數目,如果代表多邊形,則傳回 ;否則為 null。 </返回>

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

屬性值

這個 DbGeometry 值中的內圈數目。

適用於