lmgrDeleteMenuItems
lmgrDeleteMenuItems(l_names) =>t / nil
Description
Deletes the named objects from the menu/pop-up hierarchy. The object can be either a single item or an entire menu. There is no recovery or undo from this operation. If you merely wish to temporarily disable the view of an object, consider using lmgrManageMenuItems() instead.
You can also specify items that have been predefined by Cadence. This function is supplied in the Library Manager local extension file parse environment so you can use it predefined objects. In most cases, newly defined custom items are not deleted. Otherwise, there is no reason to create them in the first place.
This SKILL API can be used in cdsLibMgr.il only.
Arguments
Value Returned
Examples
Permanently removes the Design Manager menu and all associated menu items. It also removes the menu items from the pop-up sets.
lmgrDeleteMenuItems( "designCascade" )
=> t
Related Topics
Return to top