次の方法で共有


DbGeometry.InteriorRingCount プロパティ

定義

この 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)

プロパティ値

多角形を表す場合は、この geometry 値内の要素の数。それ以外の場合は null

適用対象