CogOCVMaxLineIterator IsInvalid Property Cognex VisionPro 9.22
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.

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

public bool IsInvalid { 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