Cog3DRangeImagePlaneEstimatorTool LastRunRecordDiagEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate Cog3DRangeImagePlaneEstimatorLastRunRecordDiagConstants.

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

public Cog3DRangeImagePlaneEstimatorLastRunRecordDiagConstants LastRunRecordDiagEnable { get; set; }

Property Value

Type: Cog3DRangeImagePlaneEstimatorLastRunRecordDiagConstants
the default is (int)Cog3DRangeImagePlaneEstimatorLastRunRecordDiagConstants::InputImageByReference | (int)Cog3DRangeImagePlaneEstimatorLastRunRecordDiagConstants::Region | (int)Cog3DRangeImagePlaneEstimatorLastRunRecordDiagConstants::InputImageMask
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfLastRunRecordDiagEnable
See Also