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