|
|
The path that identifies the associated animation for this task
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Property AnimationPath As SavedItemReference Get Set |
| C# |
|---|
public SavedItemReference AnimationPath { get; set; } |
| Visual C++ |
|---|
public: property SavedItemReference^ AnimationPath { SavedItemReference^ get (); void set (SavedItemReference^ value); } |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentNullException | Argument 'pathAnimation' is null |
| System..::..ArgumentException | Argument 'pathAnimation' has been Disposed |