|
|
The animator animation to be used (if SimulationType is Animator).
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
| Visual Basic |
|---|
Public Property AnimatorSimulation As SavedItemReference Get Set |
| C# |
|---|
public SavedItemReference AnimatorSimulation { get; set; } |
| Visual C++ |
|---|
public: property SavedItemReference^ AnimatorSimulation { SavedItemReference^ get (); void set (SavedItemReference^ value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'item' is null |
| System..::..ArgumentException | Argument 'item' has been Disposed |