 | 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.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
SyntaxIList<Operation> Operations { get; }ReadOnly Property Operations As IList(Of Operation)
Get
Property Value
IListOperation
See Also