The SmartLineTool type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| CurrentRecordEnable | Get Gets the record options used by CreateCurrentRecord. | |
| Enabled | Whether the tool is enabled to run. If false, calling the tool's Run function will not actually run the tool and will cause no change in the tool's state. | |
| FailOnInvalidDataBinding | Whether the tool's Run method is to fail if executed while one or more DataBindings (aka Links) are Invalid. | |
| Handle | (Overrides ToolBase Handle.) | |
| ID | Gets the ID of the tracked item. | |
| InputImage | Get Gets the image to be inspected. | |
| InputImageMask | Get Gets the pixel mask of the input image. | |
| InputImageMaskOffsetX | Get Gets the x-offset of the pixel mask. | |
| InputImageMaskOffsetY | Get Gets the y-offset of the pixel mask. | |
| Inputs | A collection of named Input Pin values. | |
| LastRunRecordDiagEnable | Get Gets the record diagnostic options used by CreateLastRunRecord. | |
| LastRunRecordEnable | Get Gets the record options used by CreateLastRunRecord. | |
| LineMaxOperator | Get Gets the LineMax operator used by Run. | |
| LineSelectorOperator | Get Gets the Line Selector operator used by Run. | |
| Name | Get the name of the tracked item. | |
| Outputs | A collection of named Output Pin values. | |
| Parent | Return a reference to the containing tracking collection. May be null. | |
| Region | Get Gets the inspection region of the input image. | |
| Results | Gets the collection of results generated by the most recent call to Run. | |
| RunStatus | Gets general information about the last call to the tool's Run method. Note that serious errors that occur within the tool's Run method may only be detected by examining the RunStatus after calling Run. It is the user's responsibility to examine the tool's RunStatus after calling Run. | |
| SegmentOperator | Get Gets the Segmenter operator used by Run. | |
| SelectedTrainingData | Get Gets the currently selected SmartLineTrainData from the Database. | |
| VerificationResults | Returns the SmartLineVerificationResults that correspond to each SmartLineTrainData in the SmartLineSegmentOperator's TrainDataDatabase. |