CogCalibNPointToNPoint GetInfoStrings Method Cognex VisionPro 9.5
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: 69.0.0.0
Syntax

public CogStringCollection GetInfoStrings()

Return Value

Type: CogStringCollection

A collection of diagnostic information strings.

Remarks

Returns diagnostic text strings from the last call to Calibrate . If this method call did not produce any message strings or if the Calibrated property is False, the collection is empty.

Note: The diagnostic strings are generated when this method is called and localized to the language in effect at the time of the method call.

See Also