GeographyPipeline.SetCoordinateSystem Method
Sets the coordinate system.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride Sub SetCoordinateSystem ( _
coordinateSystem As CoordinateSystem _
)
'Usage
Dim instance As GeographyPipeline
Dim coordinateSystem As CoordinateSystem
instance.SetCoordinateSystem(coordinateSystem)
public abstract void SetCoordinateSystem(
CoordinateSystem coordinateSystem
)
public:
virtual void SetCoordinateSystem(
CoordinateSystem^ coordinateSystem
) abstract
abstract SetCoordinateSystem :
coordinateSystem:CoordinateSystem -> unit
public abstract function SetCoordinateSystem(
coordinateSystem : CoordinateSystem
)
Parameters
- coordinateSystem
Type: System.Spatial.CoordinateSystem
The coordinate system to set.