CogOCVMaxParagraphIterator LineCount Property Cognex VisionPro 9.7
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: 73.0.0.0
Syntax

public int LineCount { get; }

Property Value

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

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