CogToolBase FieldsCognex VisionPro 9.5

The CogToolBase type exposes the following members.

Fields

  NameDescription
Protected fieldCurrentRecordEnable_
Gets or sets the flags specifying the records to include based on the tool's current state. The derived class exposes this as a strongly- typed enum property.
Protected fieldLastRunLastRunRecordDiagEnable_
Gets or sets the flags specifying the records to create during the next invocation of the Run method.
Protected fieldLastRunRecordDiagEnable_
Gets or sets the flags specifying the diagnostics records to include based on the tool's last-run state. The derived class exposes this as a strongly-typed enum property.
Protected fieldLastRunRecordEnable_
Gets or sets the flags specifying the records to include based on the tool's last-run state. The derived class exposes this as a strongly- typed enum property.
Protected fieldProcessingTimeAdjustment_
Gets or sets the amount to offset reported tool processing time.
Public fieldStatic memberSfCreateCurrentRecord
State flag for the CurrentRecordEnable property.
Public fieldStatic memberSfCreateLastRunRecord
State flag for the LastRunRecordEnable property.
Public fieldStatic memberSfFailOnInvalidDataBinding
State flag for the FailOnInvalidDataBinding property.
Public fieldStatic memberSfName
State flag for the Name property.
Protected fieldStatic memberSfNextSf
Next state flag to be used in derived classes.
Public fieldStatic memberSfRunStatus
State flag for the RunStatus property.
Top
See Also