Cog3DRangeImageHeightCalculatorTool LastRunRecordDiagEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate Cog3DRangeImageHeightCalculatorLastRunRecordDiagConstants.

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

public Cog3DRangeImageHeightCalculatorLastRunRecordDiagConstants LastRunRecordDiagEnable { get; set; }

Property Value

Type: Cog3DRangeImageHeightCalculatorLastRunRecordDiagConstants
The default is (Cog3DRangeImageHeightCalculatorLastRunRecordDiagConstants::InputImageByReference | Cog3DRangeImageHeightCalculatorLastRunRecordDiagConstants::Region | Cog3DRangeImageHeightCalculatorLastRunRecordDiagConstants::UsedPixels | Cog3DRangeImageHeightCalculatorLastRunRecordDiagConstants::Histogram)
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfLastRunRecordDiagEnable
See Also