|
|
Copies the SimulationAppearances to the DocumentTimeliner document part from the IEnumerable SavedItem collection of SimulationAppearances.
See the remarks section of SimulationAppearancesClear for details of how this affects SimulationTaskTypes
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub SimulationAppearancesCopyFrom ( _ value As IEnumerable(Of SavedItem) _ ) |
| C# |
|---|
public void SimulationAppearancesCopyFrom( IEnumerable<SavedItem> value ) |
| Visual C++ |
|---|
public: void SimulationAppearancesCopyFrom( IEnumerable<SavedItem^>^ value ) |
Parameters
- value
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'SavedItem>)>)>
An IEnumerable SavedItem colleciton of SimulationAppearances to copy from.