|
![]() |
Inserts a copy of the TimelinerDataSource 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 DataSourceInsertCopy ( _ index As Integer, _ dataSource As TimelinerDataSource _ ) |
C# |
---|
public void DataSourceInsertCopy( int index, TimelinerDataSource dataSource ) |
Visual C++ |
---|
public: void DataSourceInsertCopy( int index, TimelinerDataSource^ dataSource ) |
Parameters
- index
- Type: System..::..Int32
The index at which to add the copy.
- dataSource
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerDataSource
The TimelinerDataSource to add a copy of.