Gives access to the list using the index of the objects
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public OperatorComment this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As OperatorComment Get |
| JScript |
|---|
|
Parameters
- index
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | If there is no object with the name specified an exception is thrown |