The CogSmartLineTool 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.) | |
| mIsDisposed | (Inherited from CogVisionInteropToolBase.) | |
| ProcessingTimeAdjustment_ |
Gets or sets the amount to offset reported tool processing time.
(Inherited from CogToolBase.) | |
| SfInputImage |
This bit will be set in the EventArgs of a Changed event
every time the value returned by InputImage may have changed.
| |
| SfNextSf | ||
| SfResults |
This bit will be set in the EventArgs of a Changed event
every time the value returned by Results may have changed.
| |
| SfVisionInteropTool |
This bit will be set in the EventArgs of a Changed event
every time the value returned by VisionInteropTool may have changed.
|
See Also