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

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

[FlagsAttribute]
public enum CogSurfaceFXCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputImages1 Include the input images in the CurrentRecord.
Region2 Include the (interactive) region in the CurrentRecord.
All-1 Include all possible records in the CurrentRecord.
See Also