Freigeben über


GeographyPipeline.SetCoordinateSystem-Methode

Legt das Koordinatensystem fest.

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
)

Parameter

Siehe auch

Verweis

GeographyPipeline Klasse

System.Spatial-Namespace