Interface ICamIpcMachiningTool
Abstract machining tool interface. You can cast different interfaces to it depend on exact tool type
Namespace: CAMIPC.TechOperation
Assembly: CAMIPC.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("4819106E-F393-4AD5-9AF1-15E2A17B91D8")]
public interface ICamIpcMachiningTool
Properties
ToolName
Name of the tool visible to user
Declaration
string ToolName { get; }
Property Value
| Type | Description |
|---|---|
| string |