Interface IMTI_MachiningToolsImportLibrary
Create a new instance of the Machining tools import library
Namespace: MachinigToolsImportTypes
Assembly: MachinigToolsImportTypes.dll
Syntax
[Guid("27B177AA-2C7E-493D-A176-8F57810ADCA1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMTI_MachiningToolsImportLibraryMethods
CreateNewToolItem(string)
Create a new machining tool item by its class name
Declaration
IMTI_MachiningToolsItem CreateNewToolItem(string ItemClassName)Parameters
| Type | Name | Description | 
|---|---|---|
| string | ItemClassName | 
Returns
| Type | Description | 
|---|---|
| IMTI_MachiningToolsItem | s An instance of the machining tool item | 
CreateNewToolsStorage(string)
Create a new machining tool storage
Declaration
IMTI_MachiningToolsStorage CreateNewToolsStorage(string StorageFileName)Parameters
| Type | Name | Description | 
|---|---|---|
| string | StorageFileName | Full path to the new machining tool storage file | 
Returns
| Type | Description | 
|---|---|
| IMTI_MachiningToolsStorage | s An instance of the created machining tool storage | 
OpenExistingToolsStorage(string)
Open an existing machining tool storage
Declaration
IMTI_MachiningToolsStorage OpenExistingToolsStorage(string StorageFileName)Parameters
| Type | Name | Description | 
|---|---|---|
| string | StorageFileName | Full path to an existing machining tool storage file | 
Returns
| Type | Description | 
|---|---|
| IMTI_MachiningToolsStorage | s An instance of the machining tool storage |