CogOCVMaxLineIterator IsFirst Property Cognex VisionPro 9.24
Whether or not this line position is the initial line position within the containing paragraph.

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

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