|
![]() |
Replace the TimelinerTask at the child index of TasksRoot with a copy of the TimelinerTask specified
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
Visual Basic |
---|
Public Sub TaskReplaceWithCopy ( _ index As Integer, _ task As TimelinerTask _ ) |
C# |
---|
public void TaskReplaceWithCopy( int index, TimelinerTask task ) |
Visual C++ |
---|
public: void TaskReplaceWithCopy( int index, TimelinerTask^ task ) |
Parameters
- index
- Type: System..::..Int32
The index of the TimelinerTask being replaced.
- task
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerTask
The TimelinerTask to copy and replaced the specified task with.