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