다각형 컬렉션을 가져옵니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public MustOverride ReadOnly Property Polygons As ReadOnlyCollection(Of GeographyPolygon)
Get
‘사용 방법
Dim instance As GeographyMultiPolygon
Dim value As ReadOnlyCollection(Of GeographyPolygon)
value = instance.Polygons
public abstract ReadOnlyCollection<GeographyPolygon> Polygons { get; }
public:
virtual property ReadOnlyCollection<GeographyPolygon^>^ Polygons {
ReadOnlyCollection<GeographyPolygon^>^ get () abstract;
}
abstract Polygons : ReadOnlyCollection<GeographyPolygon>
abstract function get Polygons () : ReadOnlyCollection<GeographyPolygon>
속성 값
유형: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPolygon>
다각형 컬렉션입니다.