Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the SRID of this instance of geometry.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public ReadOnly Property CoordinateSystem As CoordinateSystem
Get
'Usage
Dim instance As Geometry
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
Property Value
Type: System.Spatial.CoordinateSystem
The SRID of this instance of geometry.