CogOCVMaxCharacterIterator LinePosition Property Cognex VisionPro 9.10
Indicates the relative position of the containing line within the containing paragraph. Numbering is zero based, so a value of zero indicates that this character resides in the initial line of the containing paragraph.

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

public int LinePosition { get; }

Property Value

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

ExceptionCondition
InvalidOperationExceptionIf the associated CogOCVMaxPattern object does not recognize this iterator.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
See Also