Gives access to the list using the index of the objects

Namespace: Ico.Awx
Assembly: 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
JScript does not support indexed properties.

Parameters

index
Type: System..::..Int32

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionIf there is no object with the name specified an exception is thrown

See Also