CogFitLineTool LastRunRecordDiagEnable Property Cognex VisionPro 9.8 SR1
Enable creation of records by bitwise ORing the appropriate LastRunRecordDiagConstants. These are diagnostic records that may cause the Tool to have a longer execution time.

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

public CogFitLineLastRunRecordDiagConstants LastRunRecordDiagEnable { get; set; }

Property Value

Type: CogFitLineLastRunRecordDiagConstants
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Remarks

    Enable creation of records by bitwise ORing the appropriate CogFitLineLastRunRecordDiagConstants. These are diagnostic records that may cause the Tool to have a longer execution time.

    See Also