CogOCVMaxParagraphIterator IsFirst Property Cognex VisionPro 9.8 SR1
Whether or not this paragraph position is the initial paragraph position within the containing CogOCVMaxPattern object.

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

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