|
|
Moves the task specified as child oldIndex of oldParent to the newIndex of the newParent specified.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub TaskMove ( _ oldParent As GroupItem, _ oldIndex As Integer, _ newParent As GroupItem, _ newIndex As Integer _ ) |
| C# |
|---|
public void TaskMove( GroupItem oldParent, int oldIndex, GroupItem newParent, int newIndex ) |
| Visual C++ |
|---|
public: void TaskMove( GroupItem^ oldParent, int oldIndex, GroupItem^ newParent, int newIndex ) |
Parameters
- oldParent
- Type: Autodesk.Navisworks.Api..::..GroupItem
The GroupItem for the current parent of the task specified by oldIndex.
- oldIndex
- Type: System..::..Int32
The current child index on GroupItem oldParent for the TimelinerTask being moved
- newParent
- Type: Autodesk.Navisworks.Api..::..GroupItem
The GroupItem for the new parent to which the specified task will be moved.
- newIndex
- Type: System..::..Int32
The new index on GroupItem newParent where the TimelinerTask should be moved to.