Click or drag to resize

Operation Interface

Represents a generic Operation object.

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

The Operation type exposes the following members.

Properties
 NameDescription
Public propertyCuttingParameters Gets the CuttingParameters for operation.
Public propertyName Gets the user-displayable name of this Operation object.
Public propertyOperatingToolData Gets theOperatingToolData for operation.
Public propertyOperationType Gets the operation type of OperationTypeEnum.
Public propertyOrderNumber Gets the sequence number of the operation.
Public propertySide Gets the Side object where the operation is located.
Public propertySpindle Gets the Spindle object associated with the operation.
Top
See Also