Partager via


Propriété GeographyMultiPolygon.Polygons

Obtient une collection de polygones.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Polygons As ReadOnlyCollection(Of GeographyPolygon)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.ObjectModel.ReadOnlyCollection<GeographyPolygon>
Collection de polygones.

Voir aussi

Référence

GeographyMultiPolygon Classe

Espace de noms System.Spatial