CogOCVMaxParagraphIterator Position Property Cognex VisionPro 9.5
Indicates the relative position of this paragraph within the CogOCVMaxPattern object. Numbering is zero based, so a value of zero indicates that this paragraph is the initial paragraph of the CogOCVMaxPattern object.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.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