다음을 통해 공유


GeographyPolygon.Rings 속성

링 컬렉션을 가져옵니다.

네임스페이스:  System.Spatial
어셈블리:  System.Spatial(System.Spatial.dll)

구문

‘선언
Public MustOverride ReadOnly Property Rings As ReadOnlyCollection(Of GeographyLineString)
    Get
‘사용 방법
Dim instance As GeographyPolygon
Dim value As ReadOnlyCollection(Of GeographyLineString)

value = instance.Rings
public abstract ReadOnlyCollection<GeographyLineString> Rings { get; }
public:
virtual property ReadOnlyCollection<GeographyLineString^>^ Rings {
    ReadOnlyCollection<GeographyLineString^>^ get () abstract;
}
abstract Rings : ReadOnlyCollection<GeographyLineString>
abstract function get Rings () : ReadOnlyCollection<GeographyLineString>

속성 값

유형: System.Collections.ObjectModel.ReadOnlyCollection<GeographyLineString>
링 컬렉션입니다.

참고 항목

참조

GeographyPolygon 클래스

System.Spatial 네임스페이스