|
![]() |
Merges the TimelinerTask hierarchy specified with the existing hierarchy within
the DocumentTimeliner document part, using the Synchronise methodology.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
Visual Basic |
---|
Public Sub TaskMergeSynchronize ( _ tasks As TimelinerTask, _ importTaskType As Boolean _ ) |
C# |
---|
public void TaskMergeSynchronize( TimelinerTask tasks, bool importTaskType ) |
Visual C++ |
---|
public: void TaskMergeSynchronize( TimelinerTask^ tasks, bool importTaskType ) |
Parameters
- tasks
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerTask
A hierearchy of TimelinerTasks with which to merge..
- importTaskType
- Type: System..::..Boolean
Task types are not brought in from tasks unless this is set.
Remarks
Synchronization will update only those tasks that already exist within the document part from the hierarchy supplied.
The hierarchy supplied should contain only tasks from a single data source, otherwise results will be defined and tasks may be discarded or fail to synchronize.