CogOCVMaxLineIterator Position Property Cognex VisionPro 9.21 SR1
Indicates the relative position of this line within the containing paragraph. Numbering is zero based, so a value of zero indicates that this is the initial line of the containing paragraph.

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

public int Position { get; }

Property Value

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

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