CogOCVMaxPattern GetParagraphCount Method Cognex VisionPro 9.22
Gets the number of paragraphs in the arrangement.

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

public int GetParagraphCount()

Return Value

Type: Int32
The number of paragraphs in the arrangement.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
See Also