GeographyMultiPolygon.Polygons Property
Gets a collection of polygons.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Polygons As ReadOnlyCollection(Of GeographyPolygon)
Get
'Usage
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>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPolygon>
A collection of polygons.