The SegmentTool type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoGrabCount | Get Gets the value of the AutoGrabCount. This value controls how many images can be auto grabbed in the ViDiELSegment Edit Control. | |
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| CurrentRecordEnable | Get Enable creation of records by bitwise ORing the appropriate SegmentCurrentRecordConstants. Options include None, InputImage, Region, and All. | |
| 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 The image used to perform segmentation. The Region property can be used to specify that segmentation only be performed on a portion of the InputImage. Segmentation is performed on the entire InputImage if Region is null. | |
| Inputs | A collection of named Input Pin values. | |
| LastRunRecordDiagEnable | Get Enable creation of diagnostic records by bitwise ORing the appropriate SegmentLastRunRecordDiagConstants. Options include None, InputImageByReference, InputImageDeepCopy, Region, and All. | |
| LastRunRecordEnable | Get Enable creation of non-diagnostic records by bitwise ORing the appropriate SegmentLastRunRecordConstants. Options include None, Heatmaps, HeatmapsAsGraphics, SegmentGraphic, and All. | |
| 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. | |
| Pattern | Get Get the pattern for this segment tool. | |
| Region | Get Specifies the region of the InputImage that will be used to perform segmentation. | |
| Results | The results from the last invocation of the Run method. A new instance of SegmentResults is created for each 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. | |
| SelectedLabeledTrainData | Get Gets the currently selected TrainData from the Database that has IsTraining set to true. |