Geography Property

The geographies reference.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Geography As ReadOnlyCollection(Of Geography)
    Get
'Usage
Dim instance As GeographyCollection
Dim value As ReadOnlyCollection(Of Geography)

value = instance.Geography
public abstract ReadOnlyCollection<Geography> Geography { get; }
public:
virtual property ReadOnlyCollection<Geography^>^ Geography {
    ReadOnlyCollection<Geography^>^ get () abstract;
}
abstract Geography : ReadOnlyCollection<Geography>
abstract function get Geography () : ReadOnlyCollection<Geography>

Property Value

Type: System.Collections.ObjectModel..::..ReadOnlyCollection< (Of < ( <'Geography> ) > ) >

See Also

Reference

GeographyCollection Class

System.Spatial Namespace