CogOCVMaxLineIterator PropertiesCognex VisionPro

The CogOCVMaxLineIterator type exposes the following members.

Properties

  NameDescription
Public propertyCharacterCount
The number of characters currently contained in the line referenced by this iterator.
Public propertyIsEnd
Whether or not this iterator is positioned past the last line in the containing paragraph.
Public propertyIsFirst
Whether or not this line position is the initial line position within the containing paragraph.
Public propertyIsInvalid
Whether or not this iterator is NOT positioned at a valid line. If true, attempting to access line-level properties or methods will produce an error.
Public propertyParagraphPosition
Indicates the relative position of the containing paragraph within the CogOCVMaxPattern object. Numbering is zero based, so a value of zero indicates that this line resides in the initial paragraph of the CogOCVMaxPattern object.
Public propertyPosition
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.
Top
See Also