The CogIPTwoImageSubtractTool type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| __com | ||
| __disposed | ||
| __factory | ||
| Creator | ||
| 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 CurrentRecordEnable may have changed. | |
| SfInputImageA | This bit will be set in the EventArgs of a Changed event every time the value returned by InputImageA may have changed. | |
| SfInputImageB | This bit will be set in the EventArgs of a Changed event every time the value returned by InputImageB may have changed. | |
| SfLastRunRecordDiagEnable | This bit will be set in the EventArgs of a Changed event every time the value returned by LastRunRecordDiagEnable may have changed. | |
| SfLastRunRecordEnable | This bit will be set in the EventArgs of a Changed event every time the value returned by LastRunRecordEnable may have changed. | |
| SfOutputImage | This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImage may have changed. | |
| SfRegionA | This bit will be set in the EventArgs of a Changed event every time the value returned by RegionA may have changed. | |
| SfRegionB | This bit will be set in the EventArgs of a Changed event every time the value returned by RegionB may have changed. | |
| SfRunParams | This bit will be set in the EventArgs of a Changed event every time the value returned by RunParams may have changed. |
See Also