Cog3DRangeImagePlaneEstimatorTool CurrentRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate Cog3DRangeImagePlaneEstimatorCurrentRecordConstants.

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

public Cog3DRangeImagePlaneEstimatorCurrentRecordConstants CurrentRecordEnable { get; set; }

Property Value

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

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfCurrentRecordEnable
  • SfCreateCurrentRecord
See Also