|
![]() |
returns a SavedItemCollection of the root TimelinerTasks within this TimelinerData instance.
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 (); } |