Freigeben über


Geography.CoordinateSystem-Eigenschaft

Ruft das Koordinatensystem der Geografie ab.

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

Syntax

'Declaration
Public ReadOnly Property CoordinateSystem As CoordinateSystem
    Get
'Usage
Dim instance As Geography
Dim value As CoordinateSystem

value = instance.CoordinateSystem
public CoordinateSystem CoordinateSystem { get; }
public:
virtual property CoordinateSystem^ CoordinateSystem {
    CoordinateSystem^ get () sealed;
}
abstract CoordinateSystem : CoordinateSystem
override CoordinateSystem : CoordinateSystem
final function get CoordinateSystem () : CoordinateSystem

Eigenschaftswert

Typ: System.Spatial.CoordinateSystem
Das Koordinatensystem der Geografie.

Implementiert

ISpatial.CoordinateSystem

Siehe auch

Verweis

Geography Klasse

System.Spatial-Namespace