Removes the SimulationAppearance at the specified index. 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 SimulationAppearanceRemoveAt ( _
index As Integer _
) |
C# |
---|
public void SimulationAppearanceRemoveAt(
int index
) |
Visual C++ |
---|
public:
void SimulationAppearanceRemoveAt(
int index
) |
Parameters
- index
- Type: System..::..Int32
Index of the SimulationAppearance being removed.
See Also