Gets the number of paragraphs described by this run parameters object.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax
Return Value
Type: Int32The number of paragraphs.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If 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