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