|
|
Removes the TimelinerTask at the child index of the GroupItem parent
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub TaskRemoveAt ( _ parent As GroupItem, _ index As Integer _ ) |
| C# |
|---|
public void TaskRemoveAt( GroupItem parent, int index ) |
| Visual C++ |
|---|
public: void TaskRemoveAt( GroupItem^ parent, int index ) |
Parameters
- parent
- Type: Autodesk.Navisworks.Api..::..GroupItem
The parent GroupItem who's child is being removed.
- index
- Type: System..::..Int32
The child index of GroupItem parent, of the TimelinerTask being removed.