CogPMAlignResult GetInfoStrings Method Cognex VisionPro
Gets run-time diagnostic message text string(s) for this individual PMAlign result. If there are no messages then the collection will be empty. The corresponding message ID(s) can be obtained from the GetInfoIDs method.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax

public CogStringCollection GetInfoStrings()

Return Value

Type: CogStringCollection
Remarks

Gets run-time diagnostic message text string(s) for this individual PMAlign result. If there are no messages then the collection will be empty. The corresponding message id(s) can be obtained from the GetInfoIDs .

See Also