CogOCRMaxPositionResult ID Property Cognex VisionPro 9.5
Gets a unique ID used to identify this result. This ID also corresponds to the index of this result in the CogOCRMaxLineResult to which this result belongs.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax

public int ID { get; }

Property Value

Type: Int32
The ID value. The default value is (-1).
See Also