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