CogOCVMaxCharacterIterator IsEnd Property Cognex VisionPro 9.8 SR1
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: 75.0.0.0
Syntax

public bool IsEnd { get; }

Property Value

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

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