CogIndexableCollection T  Item Property Cognex VisionPro 9.8 SR1
Gets or sets the item at the specified index.

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

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

Parameters

index
Type: System Int32
The zero-based index of the item.

Return Value

Type: T
The item at the specified index.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Index is less than zero or greater than or equal to the number of collection items.
See Also