DrawingView.RotateByAngle Method
Parent Object: DrawingViewDescription
Method that rotates the drawing view by the specified angle.
Syntax
DrawingView.RotateByAngle( Angle As Double, [Clockwise] As Boolean )Parameters
Name | Type | Description |
Angle | Double | Input double that specifies the angle by which to rotate the view. |
Clockwise | Boolean | Optional input Boolean that specifies whether to rotate the view clockwise or counter-clockwise. The default value is True indicating that the view will be rotated clockwise. This is an optional argument whose default value is True. |