Proprietà GeographyMultiPolygon.Polygons
Ottiene una raccolta di poligoni.
Spazio dei nomi System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property Polygons As ReadOnlyCollection(Of GeographyPolygon)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPolygon>
Raccolta di poligoni.