Syntax

expression.ResetRotation

expression A variable that represents a ThreeDFormat object.

Remarks

To set the extrusion rotation around the x-axis and the y-axis to anything other than 0 (zero), use the and properties of the object. To set the extrusion rotation around the z-axis, use the property of the object that represents the extruded shape.

Example

This example resets the rotation around the x-axis and the y-axis to 0 (zero) for the extrusion of shape one on myDocument.

Visual Basic for Applications
Set myDocument = Worksheets(1) myDocument.Shapes(1).ThreeD.ResetRotation
reset rotation Reset Rotation Method Reset the rotation of shape around x axis? ResetRotation resetrotation method

See also: