Solid Edge Draft Type Library
SetActiveCoordinateSystem Method
Specifies the active CoordinateSystem2d object.
Specifies the alignment axis to be applied to the associated CoordinateSystem2d object. Valid values are members of the CoordinateSystem2dAxisConstants constant set.
Description
Defines an active coordinate system for the referenced DrawingView object.
Syntax
Visual Basic
Public Sub SetActiveCoordinateSystem( _
   Optional ByVal CoordinateSystem2d As Variant, _
   Optional ByVal AlignmentAxis As Variant _
) 
Parameters
CoordinateSystem2d
Specifies the active CoordinateSystem2d object.
AlignmentAxis
Specifies the alignment axis to be applied to the associated CoordinateSystem2d object. Valid values are members of the CoordinateSystem2dAxisConstants constant set.
See Also

DrawingView Object  | DrawingView Members