The number of characters currently contained in the line referenced by this iterator.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Property Value
Type: Int32This read-only property is of type System::Int32.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If this line iterator does not currently reference a valid line. |
| ObjectDisposedException | If the associated CogOCVMaxPattern object has already been disposed. |
| InvalidOperationException | If the associated CogOCVMaxPattern object does not recognize this iterator. |
See Also