CogOCVMaxRunParams GetParagraphCount Method Cognex VisionPro 9.5
Gets the number of paragraphs described by this run parameters object.

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

public int GetParagraphCount()

Return Value

Type: Int32
The number of paragraphs.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxRunParams object has already been disposed.
Remarks

The number of paragraphs is initially zero and is set by a call to SetArrangementFromPattern(CogOCVMaxPattern).

See Also