CogCaliperCurrentRecordConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of data that can be provided in the Tool's CurrentRecord.

Namespace: Cognex.VisionPro.Caliper
Assembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 75.0.0.0
Syntax

[FlagsAttribute]
public enum CogCaliperCurrentRecordConstants
Members

  Member nameValueDescription
None0Do not create records for any images or any graphics.
InputImage1Generate a record containing the current InputImage. This bit must be set to see any graphics.
Region2Generate a record containing the current Region.
All-1Create records for all images and all graphics.
Remarks

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

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

See Also