CogBeadInspectPattern FindResultIndexUsedInTrain Property Cognex VisionPro 9.8 SR1
Gets the index of the FindResults property that is used by the Train  method.

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

public int FindResultIndexUsedInTrain { get; }

Property Value

Type: Int32
Default value is -1.
Remarks

The value is set to the CurrentFindResultIndex when the Train  method is called.

See Also