Gets the number of characters in the specified line of the specified paragraph of this object's internal arrangement description.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Parameters
- pLI
- Type: Cognex.VisionPro.OCVMax CogOCVMaxLineIterator
A line iterator that indicates the line of interest.
Return Value
Type: Int32The number of characters in the line.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the supplied argument is NULL. |
| ObjectDisposedException | If this CogOCVMaxRunParams object has already been disposed. |
Remarks
This value is typically set by a call to SetArrangementFromPattern(CogOCVMaxPattern).
See Also