CogOCVMaxLineIterator CharacterCount Property Cognex VisionPro 9.7
The number of characters currently contained in the line referenced by this iterator.

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

public int CharacterCount { get; }

Property Value

Type: Int32
This read-only property is of type System::Int32.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf this line iterator does not currently reference a valid line.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
InvalidOperationExceptionIf the associated CogOCVMaxPattern object does not recognize this iterator.
See Also