Share

DetailDrawingView.RotateByAngle Method

Parent Object: DetailDrawingView

Description

Method that rotates the drawing view by the specified angle.

Syntax

DetailDrawingView.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.

Version

Introduced in version 11

Was this information helpful?