|
![]() |
Edits the values of the TimelinerTask specified as a child index of the GroupItem specified
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 ( _ parent As GroupItem, _ index As Integer, _ newValues As TimelinerTask _ ) |
C# |
---|
public void TaskEdit( GroupItem parent, int index, TimelinerTask newValues ) |
Visual C++ |
---|
public: void TaskEdit( GroupItem^ parent, int index, TimelinerTask^ newValues ) |
Parameters
- parent
- Type: Autodesk.Navisworks.Api..::..GroupItem
The parent GroupItem on which the task resides.
- index
- Type: System..::..Int32
The child index of the TimelinerTask on the parent GroupItem to edit.
- newValues
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerTask
The TimelinerTask from which to copy the properties.