CogOCVMaxLineResult LineIndex Property Cognex VisionPro
The zero-based line index. This tells you which line within the containing paragraph produced this particular result. Note of course that this index reflects the arrangement as it existed when this result was produced - if the arrangement has changed since then this index may no longer be valid.

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

public int LineIndex { get; }

Property Value

Type: Int32
This read-only property is of type System::Int32.
See Also