|
![]() |
Copies the TimelinerDataSource to the DocumentTimeliner document part from the
SavedItemCollection of TimelinerDataSources specified.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
Visual Basic |
---|
Public Sub DataSourcesCopyFrom ( _ value As SavedItemCollection _ ) |
C# |
---|
public void DataSourcesCopyFrom( SavedItemCollection value ) |
Visual C++ |
---|
public: void DataSourcesCopyFrom( SavedItemCollection^ value ) |
Parameters
- value
- Type: Autodesk.Navisworks.Api..::..SavedItemCollection
A SavedItemCollection 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.