|
|
Replace the TimelinerTask at the child index of the GroupItem parent, with a copy of the TimelinerTask specified
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub TaskReplaceWithCopy ( _ parent As GroupItem, _ index As Integer, _ task As TimelinerTask _ ) |
| C# |
|---|
public void TaskReplaceWithCopy( GroupItem parent, int index, TimelinerTask task ) |
| Visual C++ |
|---|
public: void TaskReplaceWithCopy( GroupItem^ parent, int index, TimelinerTask^ task ) |
Parameters
- parent
- Type: Autodesk.Navisworks.Api..::..GroupItem
The parent GroupItem who's child is being replaced.
- index
- Type: System..::..Int32
The child index of the TimelinerTask on the parent GroupItem.
- task
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerTask
The TimelinerTask to copy and replaced the specified task with.