|
|
Replace the SimulationAppearance at the index specified with a copy of the SimulationAppearance specified. This will update all SimulationTaskTypes that reference the SimulationAppearance that was replaced.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub SimulationAppearanceReplaceWithCopy ( _ index As Integer, _ appearance As SimulationAppearance _ ) |
| C# |
|---|
public void SimulationAppearanceReplaceWithCopy( int index, SimulationAppearance appearance ) |
| Visual C++ |
|---|
public: void SimulationAppearanceReplaceWithCopy( int index, SimulationAppearance^ appearance ) |
Parameters
- index
- Type: System..::..Int32
The index of the SimulationAppearance being replaced.
- appearance
- Type: Autodesk.Navisworks.Api.Timeliner..::..SimulationAppearance
The SimulationAppearance to copy and replace the specified index with.