|
![]() |
Renames the specified TimelinerTask, that must exist within the DocumentTimeliner document part, with the name specified.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
Visual Basic |
---|
Public Sub TaskEditDisplayName ( _ task As TimelinerTask, _ newName As String _ ) |
C# |
---|
public void TaskEditDisplayName( TimelinerTask task, string newName ) |
Visual C++ |
---|
public: void TaskEditDisplayName( TimelinerTask^ task, String^ newName ) |
Parameters
- task
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerTask
The TimelinerTask within the DocumentTimeliner document part to rename.
- newName
- Type: System..::..String
The new name for the TimelinerTask.