Interface ICamApiHandlerTechOperationToolChanged
Handler for event to be called right after tool of the operation is changed
Namespace: CAMAPI.TechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C8B85606-FF77-439E-A85F-28011C84B82F")]
public interface ICamApiHandlerTechOperationToolChanged
Methods
ToolChanged(string, ICamApiMachiningTool)
Handler for event to be called right after tool of the operation is changed
Declaration
void ToolChanged(string HandlerIdent, ICamApiMachiningTool Tool)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamApiMachiningTool | Tool |