RecordCollection GetItemByKey Method Cognex VisionPro 9.22
Get the item at the specified index.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public override Record GetItemByKey(
	string key
)

Return Value

Type: Record
Exceptions

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