Removes the SimulationAppearance, with the specified name, from the DocumentTimeliner document part. This will update all SimulationTaskTypes that reference the SimulationAppearance that was removed.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub SimulationAppearanceRemoveByDisplayName ( _
named As String _
) |
| C# |
|---|
public void SimulationAppearanceRemoveByDisplayName(
string named
) |
| Visual C++ |
|---|
public:
void SimulationAppearanceRemoveByDisplayName(
String^ named
) |
Parameters
- named
- Type: System..::..String
The name of the SimulationAppearance being removed.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
A SimulationAppearance with DisplayName of named does not exist within the DocumentTimeliner document part.
|
See Also