CogLineMaxTool FieldsCognex VisionPro 9.22 SR1

The CogLineMaxTool 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.
(Inherited from CogToolBase.)
Protected fieldLastRunLastRunRecordDiagEnable_
Gets or sets the flags specifying the records to create during the next invocation of the Run method.
(Inherited from CogToolBase.)
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.
(Inherited from CogToolBase.)
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.
(Inherited from CogToolBase.)
Protected fieldProcessingTimeAdjustment_
Gets or sets the amount to offset reported tool processing time.
(Inherited from CogToolBase.)
Public fieldStatic memberSfInputImage
This bit will be set in the EventArgs of a Changed event every time the value returned by InputImage may have changed.
Public fieldStatic memberSfInputImageMask
This bit will be set in the EventArgs of a Changed event every time the value returned by InputImageMask may have changed.
Public fieldStatic memberSfInputImageMaskOffsetX
This bit will be set in the EventArgs of a Changed event every time the value returned by InputImageMaskOffsetX may have changed.
Public fieldStatic memberSfInputImageMaskOffsetY
This bit will be set in the EventArgs of a Changed event every time the value returned by InputImageMaskOffsetY may have changed.
Protected fieldStatic memberSfNextSf
Next state flag to be used in derived classes.
Public fieldStatic memberSfRegion
This bit will be set in the EventArgs of a Changed event every time the value returned by Region may have changed.
Top
See Also