CogIPTwoImageAddCurrentRecordConstants EnumerationCognex VisionPro 9.23
Enumeration of data that can be provided in the Tool's CurrentRecord.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax

[FlagsAttribute]
public enum CogIPTwoImageAddCurrentRecordConstants
Members

  Member nameValueDescription
None0Do not include any records in the CurrentRecord.
InputImages1Include the input images in the CurrentRecord.
Regions2Include the (interactive) regions to be used image processing in the CurrentRecord.
AlignmentPoints4Include the alignment axes (if enabled) in the CurrentRecord.
All-1Include all possible records in the CurrentRecord.
Remarks

Use these constants with CurrentRecordEnable to specify the tool records that the CogIPTwoImageAdd Tool generates when you call CreateCurrentRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also