Geometric Method
Gets or creates a geometric coordinate system with the ID, or the default if null is given.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Shared Function Geometric ( _
id As Nullable(Of Integer) _
) As CoordinateSystem
'Usage
Dim id As Nullable(Of Integer)
Dim returnValue As CoordinateSystem
returnValue = CoordinateSystem.Geometric(id)
public static CoordinateSystem Geometric(
Nullable<int> id
)
public:
static CoordinateSystem^ Geometric(
Nullable<int> id
)
static member Geometric :
id:Nullable<int> -> CoordinateSystem
public static function Geometric(
id : Nullable<int>
) : CoordinateSystem
Parameters
- id
Type: System..::..Nullable< (Of < ( <'Int32> ) > ) >
The coordinate system ID. Null indicates the default should be returned.
Return Value
Type: System.Spatial..::..CoordinateSystem
The coordinate system.