Moves a task on TasksRoot from the oldIndex to the newIndex
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub TaskMove ( _
newIndex As Integer, _
oldIndex As Integer _
) |
| C# |
|---|
public void TaskMove(
int newIndex,
int oldIndex
) |
| Visual C++ |
|---|
public:
void TaskMove(
int newIndex,
int oldIndex
) |
Parameters
- newIndex
- Type: System..::..Int32
The new index on TasksRoot where the TimelinerTask should be moved to.
- oldIndex
- Type: System..::..Int32
The current child index on TasksRoot for the TimelinerTask being moved
See Also