|
![]() |
Gets or sets the element at the specified index.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Private Property Indexer ( _ index As Integer _ ) As Object Implements IList.Item Get Set |
C# |
---|
Object IList.this[ int index ] { get; set; } |
Visual C++ |
---|
private: virtual property Object^ Indexer[int index] { Object^ get (int index) sealed = IList::Item::get; void set (int index, Object^ value) sealed = IList::Item::set; } |
Parameters
- index
- Type: System..::..Int32
Implements
IList..::..Item[([( Int32])])
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |
System..::..ArgumentException | Argument 'item' has been Disposed |
System..::..ArgumentNullException | Argument 'item' is null |
System..::..ArgumentException | Argument 'item' is ReadOnly |
System..::..ArgumentOutOfRangeException | Argument 'index' out of range |