|
|
Inserts a copy of the SimulationAppearance at the specified index within the DocumentTimeliner document part.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub SimulationAppearanceInsertCopy ( _ index As Integer, _ appearance As SimulationAppearance _ ) |
| C# |
|---|
public void SimulationAppearanceInsertCopy( int index, SimulationAppearance appearance ) |
| Visual C++ |
|---|
public: void SimulationAppearanceInsertCopy( int index, SimulationAppearance^ appearance ) |
Parameters
- index
- Type: System..::..Int32
The index at which to add the copy.
- appearance
- Type: Autodesk.Navisworks.Api.Timeliner..::..SimulationAppearance
The SimulationAppearance to add a copy of.