Description
Rotaes the view vector as specified values and updates the document's rendering pane.
Syntax
Sub RFDrawTools.RotateView(x As Double, y As Double, z As Double)
The RotateView syntax has these parts:
| Part | Description |
|---|---|
| x | [IN] Double Required. Rotation angle around the X axis. |
| y | [IN] Double Required. Rotation angle around the Y axis. |
| z | [IN] Double Required. Rotation angle around the Z axis. |
Remarks