CogCalibCheckerboard GetInfoStrings Method Cognex VisionPro 9.8
Returns diagnostic text string(s) from the last call to Calibrate. The collection will be empty if there are no messages, or if the Calibrated property is False.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.1.0.0
Syntax

public CogStringCollection GetInfoStrings()

Return Value

Type: CogStringCollection

The returned CogStringCollection.

Remarks

Returns diagnostic text string(s) from the last call to Calibrate . The collection will be empty if there are no messages, or if the Calibrated property is False.

See Also