CogReadOnlyCollection T  Item Property Cognex VisionPro 9.10
Gets the element at the specified index.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public virtual T this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero-based index of the element to get.

Return Value

Type: T
The element at the specified index.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero. OR index is greater than or equal to Count.
See Also