|
|
Merges the TimelinerTask hierarchy specified with the existing hierarchy within
the DocumentTimeliner document part, using the Rebuild methodology.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub TaskMergeRebuild ( _ tasks As TimelinerTask, _ importTaskType As Boolean _ ) |
| C# |
|---|
public void TaskMergeRebuild( TimelinerTask tasks, bool importTaskType ) |
| Visual C++ |
|---|
public: void TaskMergeRebuild( TimelinerTask^ tasks, bool importTaskType ) |
Parameters
- tasks
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerTask
A hierearchy of TimelinerTasks from a specific TimelinerDataSource with which to merge.
- importTaskType
- Type: System..::..Boolean
Task types are not brought in from tasks unless this is set.
Remarks
Rebuild methodology will do the following:
- Replace the hierarchy of tasks relating to the specified hierarchy on the DocumentTimeliner document part with the hierarchy specified
- Retain any Navisworks TimelinerTask data such as attached sellections, scripts, animations etc...