Changes the name of the TimelinerDataSource at the index specified. This will update all TimelinerTasks that reference this TimelinerDataSource.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub DataSourceEditDisplayName ( _
index As Integer, _
newName As String _
) |
| C# |
|---|
public void DataSourceEditDisplayName(
int index,
string newName
) |
| Visual C++ |
|---|
public:
void DataSourceEditDisplayName(
int index,
String^ newName
) |
See Also