iclicCheckOutAndLock
iclicCheckOutAndLock(t_feature) =>t_rfeature/nil
Description
Checks out the specified layout license, layout option license, or an appropriate higher-tier license and locks it after successful checkout.
Arguments
|
A string representing the license feature name to be checked out. |
Values Returned
Examples
Checks out the layout license Virtuoso_Layout_Suite_L.
iclicCheckOutAndLock("Virtuoso_Layout_Suite_L")
=> "Virtuoso_Layout_Suite_XL"
Related Topics
eliCheckOutAndLock
Return to top