CogOCVMaxCharacterResult CharacterIndex Property Cognex VisionPro 9.5
The zero-based character index. This tells you which character within the containing line 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: 69.0.0.0
Syntax

public int CharacterIndex { get; }

Property Value

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