CogOCVMaxCharacterIterator IsEnd Property Cognex VisionPro 9.7
Whether or not this iterator is positioned past the last character in the containing line.

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

public bool IsEnd { get; }

Property Value

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

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