|
|
Removes the IList<(Of <(<'T>)>)> item at the specified index.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub RemoveAt ( _ index As Integer _ ) |
| C# |
|---|
public void RemoveAt( int index ) |
| Visual C++ |
|---|
public: virtual void RemoveAt( int index ) sealed |
Parameters
- index
- Type: System..::..Int32
The zero-based index of the item to remove.
Implements
IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)IList..::..RemoveAt(Int32)
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>)>)>. |