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

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

[FlagsAttribute]
public enum CogFitCircleCurrentRecordConstants
Members

  Member nameValueDescription
None0
InputImage1Include the graphics image in the CurrentRecord.
InputPoints2Include a manipulable point marker for each input point in the current record.
All-1
Remarks

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

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

See Also