CogVerificationData Constructor (String)Cognex VisionPro 9.5
Constructor using a key. A brand new CogRecord is constructed using the specified key. All necessary SubRecords necessary for use with the verification framework are added to the new CogRecord.

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

public CogVerificationData(
	string key
)

Parameters

key
Type: System String
The key that is used by the contained ICogRecord.
See Also