|
![]() |
Adds copy of the TimelinerTask specified, appending it to the parent GroupItem specified, within the DocumentTimeliner document part.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
Visual Basic |
---|
Public Sub TaskAddCopy ( _ parent As GroupItem, _ task As TimelinerTask _ ) |
C# |
---|
public void TaskAddCopy( GroupItem parent, TimelinerTask task ) |
Visual C++ |
---|
public: void TaskAddCopy( GroupItem^ parent, TimelinerTask^ task ) |
Parameters
- parent
- Type: Autodesk.Navisworks.Api..::..GroupItem
The parent GroupItem to which a copy of the task should be appended.
- task
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerTask
The TimelinerTask to add a copy of.
Remarks
The parent GroupItem must be a TimelinerTask that exists within the DocumentTimeline document part, or the TasksRoot GroupItem.