Click or drag to resize

Tool Interface

Represents the Tool object.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface Tool

The Tool type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets the code of this Tool object.
Public propertyDiameter Gets the diameter of tool.
Public propertyName Gets the user-displayable name of this Tool object.
Public propertyRotationDirection Gets the tool rotation direction type of ToolRotationDirectionEnum.
Public propertyWorkingLength Gets the tool working length.
Top
See Also