다음을 통해 공유


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)

속성 값

다각형을 나타내는 경우 이 기하 도형 값의 요소 수입니다. 그렇지 않으면 입니다 null.

적용 대상