The ITool type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Enabled | Get 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. | |
| ID | Gets the ID of the tracked item. | |
| Inputs | A collection of named Input Pin values. | |
| Name | Get (Inherited from ITrackingCollectionTrackedItem.)Get the name of the tracked item. | |
| Outputs | A collection of named Output Pin values. | |
| Parent | Get (Inherited from ITrackingCollectionTrackedItem.)Return a reference to the containing tracking collection. May be null. | |
| RunStatus |
See Also