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