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