The CogOCVMaxLineIterator type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CharacterCount | The number of characters currently contained in the line referenced by this iterator. | |
| IsEnd | Whether or not this iterator is positioned past the last line in the containing paragraph. | |
| IsFirst | Whether or not this line position is the initial line position within the containing paragraph. | |
| IsInvalid | 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. | |
| ParagraphPosition | 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. | |
| Position | 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. |
See Also