Polygons Property
The polygons.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Polygons As ReadOnlyCollection(Of GeographicPolygon)
Get
'Usage
Dim instance As GeographicMultiPolygon
Dim value As ReadOnlyCollection(Of GeographicPolygon)
value = instance.Polygons
public abstract ReadOnlyCollection<GeographicPolygon> Polygons { get; }
public:
virtual property ReadOnlyCollection<GeographicPolygon^>^ Polygons {
ReadOnlyCollection<GeographicPolygon^>^ get () abstract;
}
abstract Polygons : ReadOnlyCollection<GeographicPolygon>
abstract function get Polygons () : ReadOnlyCollection<GeographicPolygon>
Property Value
Type: System.Collections.ObjectModel..::..ReadOnlyCollection< (Of < ( <'GeographicPolygon> ) > ) >
The polygons.