The CogCreateGraphicLabelTool type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| CurrentRecordEnable_ |
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.) | |
| LastRunLastRunRecordDiagEnable_ |
Gets or sets the flags specifying the records to create during the next
invocation of the Run method.
(Inherited from CogToolBase.) | |
| LastRunRecordDiagEnable_ |
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.) | |
| LastRunRecordEnable_ |
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.) | |
| ProcessingTimeAdjustment_ |
Gets or sets the amount to offset reported tool processing time.
(Inherited from CogToolBase.) | |
| SfCurrentRecordEnable | This bit will be set in the EventArgs of a Changed event every time the value returned by CurrentRecordEnablemay have changed. | |
| SfGetOutputGraphicLabel | This bit will be set in the EventArgs of a Changed event everty time the value returned by GetOutputGraphicLabelmay have changed. | |
| SfInputBoolean | This bit will be set in the EventArgs of a Changed event every time the value returned by InputBoolean may have changed. | |
| SfInputDouble | This bit will be set in the EventArgs of a Changed event every time the value returned by InputDouble may have changed. | |
| SfInputGraphicLabel | This bit will be set in the EventArgs of a Changed event every time the value returned by InputGraphicLabelmay have changed. | |
| SfInputImage | This bit will be set in the EventArgs of a Changed event every time the value returned by InputImagemay have changed. | |
| SfInputInteger | This bit will be set in the EventArgs of a Changed event every time the value returned by InputInteger may have changed. | |
| SfInputToolResultConstant | This bit will be set in the EventArgs of a Changed event every time the value returned by InputToolResultConstant may have changed. | |
| SfLastRunRecordDiagEnable | This bit will be set in the EventArgs of a Changed event every time the value returned by LastRunRecordDiagEnablemay have changed. | |
| SfLastRunRecordEnable | This bit will be set in the EventArgs of a Changed event every time the value returned by LastRunRecordEnablemay have changed. | |
| SfNetxSf | ||
| SfOutputColor | This bit will be set in the EventArgs of a Changed event every time the value returned by OutputColor may have been changed. | |
| SfSourceSelector | This bit will be set in the EventArgs of a Changed event every time the value returned by SourceSelector may have changed. |
See Also