CogLineMaxResults Item Property Cognex VisionPro 9.23
Gets the item at the specified index. In C#, this property is the indexer for the collection.

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

public CogLineMaxResult this[
	int index
] { get; }

Parameters

index
Type: System Int32
The index of the item to get.

Property Value

Type: CogLineMaxResult
The CogLineMaxResult.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied index parameter is not valid.
See Also