Interface ICamApiMachiningTool
Abstract machining tool interface. You can cast different interfaces to it depend on exact tool type.
Namespace: CAMAPI.Tools
Assembly: CAMAPI.Tools.dll
Syntax
[Guid("33B1098F-FA44-4D57-B08F-506E6CA2C5C5")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiMachiningTool
Properties
ToolName
Name of the tool visible to user.
Declaration
string ToolName { get; }
Property Value
Type | Description |
---|---|
string |