|
|
Copies the TimelinerDataSource to the DocumentTimeliner document part from the IEnumerable
SavedItem collection of TimelinerDataSources.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Sub DataSourcesCopyFrom ( _ value As IEnumerable(Of SavedItem) _ ) |
| C# |
|---|
public void DataSourcesCopyFrom( IEnumerable<SavedItem> value ) |
| Visual C++ |
|---|
public: void DataSourcesCopyFrom( IEnumerable<SavedItem^>^ value ) |
Parameters
- value
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'SavedItem>)>)>
An IEnumerable SavedItem colleciton of TimelinerDataSources to copy from.
Remarks
This will clear the list of TimelinerDataSources from the Document Part and remove the assoication from TimelinerTasks to any TimelinerDataSources
The SynchronizationId property is retained however.
See TimelinerTask.SynchronizationId for more details about the SynchronizationId.