Click or drag to resize

ITool Interface

This interface describes common properties of a BaseTool.

Namespace: RelaxIS_SDK.Interfaces
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public interface ITool

The ITool type exposes the following members.

Properties
 NameDescription
Public propertyDescription A short description on what the tool does
Public propertyName The tool's name
Top
Methods
 NameDescription
Public methodGetAdditionalInformation Returns additional Name/Value pairs that further describe this specific tool
Top
Remarks
Used for all BaseTools.
See Also