ポリゴンのコレクションを取得します。
名前空間: 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>
ポリゴンのコレクション。