CogOCVMaxParagraphIterator LineCount Property Cognex VisionPro 9.23
The number of lines currently contained in the paragraph referenced by this iterator.

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

public int LineCount { get; }

Property Value

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

ExceptionCondition
ArgumentOutOfRangeExceptionIf this paragraph iterator does not currently reference a valid paragraph.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
InvalidOperationExceptionIf the associated CogOCVMaxPattern object does not recognize this iterator.
See Also