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
[Guid("4819106E-F393-4AD5-9AF1-15E2A17B91D8")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcMachiningTool
Properties
ToolName
Name of the tool visible to user
Declaration
string ToolName { get; }
Property Value
Type | Description |
---|---|
string |