Compartir a través de


GeographyMultiPolygon.Polygons Propiedad

Obtiene una colección de polígonos.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Polygons As ReadOnlyCollection(Of GeographyPolygon)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPolygon>
Colección de polígonos.

Vea también

Referencia

GeographyMultiPolygon Clase

Espacio de nombres System.Spatial