Interface ICamApiMachiningToolsManager
Manager over list of machining tools of CAM system
Namespace: CAMAPI.Tools
Assembly: CAMAPI.Tools.dll
Syntax
[Guid("1D615FA9-5E39-4275-84E8-1A8CE245946B")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiMachiningToolsManager
Methods
AddToolToProject(string, string, out TResultStatus)
Declaration
void AddToolToProject(string LibraryPath, string ToolID, out TResultStatus ResultStatus)
Parameters
| Type | Name | Description |
|---|---|---|
| string | LibraryPath | |
| string | ToolID | |
| TResultStatus | ResultStatus |
OpenExistingLibrary(string, out TResultStatus)
Declaration
void OpenExistingLibrary(string LibraryPath, out TResultStatus ResultStatus)
Parameters
| Type | Name | Description |
|---|---|---|
| string | LibraryPath | |
| TResultStatus | ResultStatus |