Description
This method allows you to grab a license module in Cimatron E.
Syntax
Status = GrabModule ( ModuleName );
|
Input: (String) ModuleName |
Set the module name to be grabbed. |
|
Return: (Boolean) Status |
Get the License status of the selected module name TRUE = There is a license for selected module. |
If FALSE you can call the method GetLicenseLastError, this will show the error dialog with a short description of the problem.
The grabbed license will be automatically released:
when there is no document open in Cimatron E.
when Cimatron E is closed.