DrawingView.AlignAuxiliary Method
Parent Object: DrawingViewDescription
Method that re-aligns an auxiliary view. The method fails if the view is not an auxiliary view.
Syntax
DrawingView.AlignAuxiliary( DrawingCurve As DrawingCurve, Position As Point2d )Parameters
Name | Type | Description |
DrawingCurve | DrawingCurve | Input DrawingCurve object that specifies the orientation edge for the auxiliary view. This must be from the parent view, else the method returns an error. |
Position | Point2d | Input Point2d object that specifies the new placement point for the auxiliary view on the sheet. |