CogPMAlignPattern GetInfoStrings Method Cognex VisionPro 9.7
Gets train-time diagnostic message text string(s) for this pattern. If there are no messages then the collection will be empty. The corresponding message ID(s) can be obtained from GetInfoIDs.

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

public CogStringCollection GetInfoStrings()

Return Value

Type: CogStringCollection

An CogStringCollection containing the results.

Remarks

Train-time diagnostic message containing information about this pattern. If there are no messages then the collection will be empty. The corresponding message id(s) can be obtained from GetInfoIDs .

See Also