|
|
Read only SavedItemCollection of the root TimelinerTasks within the document part.
Similar to DocumentTimeliner.TasksRoot but returns a collection that can be enumerated.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Tasks As SavedItemCollection Get |
| C# |
|---|
public SavedItemCollection Tasks { get; } |
| Visual C++ |
|---|
public: property SavedItemCollection^ Tasks { SavedItemCollection^ get (); } |