CogIDTool CurrentRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate CogIDCurrentRecordConstants.

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

public CogIDCurrentRecordConstants CurrentRecordEnable { get; set; }

Property Value

Type: CogIDCurrentRecordConstants
The default is (int)CogIDCurrentRecordConstants::InputImage | (int)CogIDCurrentRecordConstants::Region | (int)CogIDCurrentRecordConstants::InputImageMask
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfCurrentRecordEnable
  • SfCreateCurrentRecord
See Also