Specifies the angle (in radians or degrees) by which to rotate the specified object.
Syntax
object.RotationAngle [= Double]
Properties
The RotationAngle property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Double |
The angle to rotate the shape. |
Remarks
In the Configuration environment, RotationAngle will not be set back to 0 until the object is de-selected. Therefore, while selected, the object will contain it's current RotationAngle value of the object when it was last selected. Once de-selected, the object's RotationAngle property will be reset back to 0.
In the Run-time environment, the RotationAngle property displayes the object's angle based on the number of degrees the object had been rotated when it initially came off disk.
The units to be used when creating the angle is specified as either degrees or radians depending on the value of the AngleUnits property.