Freigeben über


GeographyMultiPolygon.Polygons-Eigenschaft

Ruft eine Auflistung von Polygonen ab.

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>

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPolygon>
Eine Auflistung von Polygonen.

Siehe auch

Verweis

GeographyMultiPolygon Klasse

System.Spatial-Namespace