|
|
Inserts a copy of the TimeLiner task at the index specified on the parent GroupItem item specified.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub TaskInsertCopy ( _ parent As GroupItem, _ index As Integer, _ task As TimelinerTask _ ) |
| C# |
|---|
public void TaskInsertCopy( GroupItem parent, int index, TimelinerTask task ) |
| Visual C++ |
|---|
public: void TaskInsertCopy( GroupItem^ parent, int index, TimelinerTask^ task ) |
Parameters
- parent
- Type: Autodesk.Navisworks.Api..::..GroupItem
The parent GroupItem to which a copy of the task should be inserted.
- index
- Type: System..::..Int32
The index on the parent GroupItem as which the copy of the task should be inserted.
- 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.