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