CogCreateGraphicLabelTool FieldsCognex VisionPro 9.5

The CogCreateGraphicLabelTool 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 memberSfCurrentRecordEnable
This bit will be set in the EventArgs of a Changed event every time the value returned by CurrentRecordEnablemay have changed.
Public fieldStatic memberSfGetOutputGraphicLabel
This bit will be set in the EventArgs of a Changed event everty time the value returned by GetOutputGraphicLabelmay have changed.
Public fieldStatic memberSfInputBoolean
This bit will be set in the EventArgs of a Changed event every time the value returned by InputBoolean may have changed.
Public fieldStatic memberSfInputDouble
This bit will be set in the EventArgs of a Changed event every time the value returned by InputDouble may have changed.
Public fieldStatic memberSfInputGraphicLabel
This bit will be set in the EventArgs of a Changed event every time the value returned by InputGraphicLabelmay have changed.
Public fieldStatic memberSfInputImage
This bit will be set in the EventArgs of a Changed event every time the value returned by InputImagemay have changed.
Public fieldStatic memberSfInputInteger
This bit will be set in the EventArgs of a Changed event every time the value returned by InputInteger may have changed.
Public fieldStatic memberSfInputToolResultConstant
This bit will be set in the EventArgs of a Changed event every time the value returned by InputToolResultConstant may have changed.
Public fieldStatic memberSfLastRunRecordDiagEnable
This bit will be set in the EventArgs of a Changed event every time the value returned by LastRunRecordDiagEnablemay have changed.
Public fieldStatic memberSfLastRunRecordEnable
This bit will be set in the EventArgs of a Changed event every time the value returned by LastRunRecordEnablemay have changed.
Protected fieldStatic memberSfNetxSf
Public fieldStatic memberSfOutputColor
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputColor may have been changed.
Public fieldStatic memberSfSourceSelector
This bit will be set in the EventArgs of a Changed event every time the value returned by SourceSelector may have changed.
Top
See Also