|
|
The rotation component of the transform.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Property Rotation As Rotation3D Get Set |
| C# |
|---|
public Rotation3D Rotation { get; set; } |
| Visual C++ |
|---|
public: property Rotation3D^ Rotation { Rotation3D^ get (); void set (Rotation3D^ value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'rotation' is null |
| System..::..ArgumentException | Argument 'rotation' has been Disposed |