ReadOnlyCollectionOfSmartLineResultPtr GetItem Method Cognex VisionPro 9.25 SR1
Get the item at the specified index.

Namespace: Cognex.Vision.SmartLine.Implementation
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.25.1.0
Syntax

public abstract SmartLineResult GetItem(
	int index
)

Parameters

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

Return Value

Type: SmartLineResult
Exceptions

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