|
|
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
Namespace: Autodesk.Navisworks.Api.Timeliner
Assembly: Autodesk.Navisworks.Timeliner (in Autodesk.Navisworks.Timeliner.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Sub Insert ( _ index As Integer, _ item As TimelinerDataSourceField _ ) |
| C# |
|---|
public virtual void Insert( int index, TimelinerDataSourceField item ) |
| Visual C++ |
|---|
public: virtual void Insert( int index, TimelinerDataSourceField^ item ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which item should be inserted.
- item
- Type: Autodesk.Navisworks.Api.Timeliner..::..TimelinerDataSourceField
The object to insert into the IList<(Of <(<'T>)>)>.
Implements
IList<(Of <(<'T>)>)>..::..Insert(Int32, T)
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | The IList<(Of <(<'T>)>)> is read-only. |
| System..::..ArgumentOutOfRangeException | index is not a valid index in the IList<(Of <(<'T>)>)>. |