Solid Edge Draft Type Library
GetAxisProperties Method
Member of the CoordinateSystem2dAxisConstants constant set that returns they type of alignment axis associated with the referenced CoordinateSystem2d object.
Returns the name of the axis (for example, "x," "y," or "z") that corresponds to the axis specified by AxisDesignation.
Returns the x component of the vector that defines the direction of the axis.
Returns the y component of the vector that defines the direction of the axis.
Description
Returns alignment axis information for the referenced CoordinateSystem2d object.
Syntax
Visual Basic
Public Sub GetAxisProperties( _
   ByVal AxisDesignation As CoordinateSystem2dAxisConstants, _
   ByRef Name As String, _
   ByRef AxisX As Double, _
   ByRef AxisY As Double _
) 
Parameters
AxisDesignation
ValueDescription
seCoordinateSystem2dAxisHighCoordinate Systems 2d Axis Constants - High
seCoordinateSystem2dAxisLowCoordinate Systems 2d Axis Constants - Low
Member of the CoordinateSystem2dAxisConstants constant set that returns they type of alignment axis associated with the referenced CoordinateSystem2d object.
Name
Returns the name of the axis (for example, "x," "y," or "z") that corresponds to the axis specified by AxisDesignation.
AxisX
Returns the x component of the vector that defines the direction of the axis.
AxisY
Returns the y component of the vector that defines the direction of the axis.
See Also

CoordinateSystem2d Object  | CoordinateSystem2d Members

Send comments on this topic.