Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of geographies.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Geographies As ReadOnlyCollection(Of Geography)
Get
'Usage
Dim instance As GeographyCollection
Dim value As ReadOnlyCollection(Of Geography)
value = instance.Geographies
public abstract ReadOnlyCollection<Geography> Geographies { get; }
public:
virtual property ReadOnlyCollection<Geography^>^ Geographies {
ReadOnlyCollection<Geography^>^ get () abstract;
}
abstract Geographies : ReadOnlyCollection<Geography>
abstract function get Geographies () : ReadOnlyCollection<Geography>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Geography>
The collection of geographies.