CogOCVMaxLineIterator MethodsCognex VisionPro 9.7

The CogOCVMaxLineIterator type exposes the following members.

Methods

  NameDescription
Public methodCopy 
Return a newly created line iterator that is functionally identical to this one - it will have the same line position within the same enclosing paragraph.
Public methodCopy(Int32)
Return a newly created line iterator corresponding to the specified line position within the same enclosing paragraph as this line iterator. The argument is a positional offset from the current line position, so a value of zero will yield a new line iterator that is functionally identical to this one.
Public methodCreateCharacterIterator
Return a newly created character iterator corresponding to the initial character position of this line.
Public methodCreateParagraphIterator
Return a newly created paragraph iterator corresponding to the containing paragraph. This provides access to this line iterator's parent.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveToNext
Move the line iterator to the next line position within the containing paragraph. If the iterator is already at the end position before this call, MoveToNext generates an exception. You may wish to check the IsEnd property before calling MoveToNext in order to avoid errors.
Public methodMoveToPosition
Move the line iterator to the specified position within the containing paragraph. If the argument is zero, move to the first line position in the paragraph. If the argument is -1, move to the end line position in the paragraph. An exception is generated if the argument is not valid.
Public methodMoveToPrevious
Move the line iterator to the previous line position within the containing paragraph. If the iterator is already at the initial position before this call, MoveToPrevious generates an exception. You may wish to check the IsFirst property before calling MoveToPrevious in order to avoid errors.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also