|
![]() |
Edits the values of the TimelinerTask specified as a child index of TasksRoot
but does not add or modify any children on the existing TimelinerTask
within the DocumentTimelinerDocument part.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
Visual Basic |
---|
Public Sub TaskEdit ( _ index As Integer, _ newValues As TimelinerTask _ ) |
C# |
---|
public void TaskEdit( int index, TimelinerTask newValues ) |
Visual C++ |
---|
public: void TaskEdit( int index, TimelinerTask^ newValues ) |
Parameters
- index
- Type: System..::..Int32
The child index of the TimelinerTask on TasksRoot to edit.
- newValues
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerTask
The TimelinerTask from which to copy the properties.