Set the amount that this operation rotates about the X axis by.

C# | Visual Basic | Visual C++ |
public void SetRotateBy( double RotateBy )
Public Sub SetRotateBy ( _ RotateBy As Double _ )
public: virtual void SetRotateBy( double RotateBy ) sealed

- RotateBy (Double)
- Amount to rotate by.

Exception | Condition |
---|---|
NotImplementedException | This method is not yet
implemented. |