 | 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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
SyntaxIList<Operation> Operations { get; }ReadOnly Property Operations As IList(Of Operation)
Get
Property Value
IListOperation
See Also