Create CimatronE Command DLL.
The following example demonstrates how to implement Icommand methods.
The Icommand methods:
Enable:
Add the following code into “ICommand_Enable” function.
' Enable the command in CimatronE
Command_Enable = True
Execute:
In this function you can call your application. For example, load your Form or execute you API commands.
For example: if your main program is a form, you can add the following code: "Form1.Show vbModal"