Click or drag to resize

ClampingOperations Property

Returns the collection of Operation objects associated with the clamping configuration. Each operation represents a manufacturing task to be performed on the clamped part/workpiece.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
IList<Operation> Operations { get; }

Property Value

IListOperation
See Also