Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

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

l_names

List of item names to be deleted.

Value Returned

t

All arguments were processed without error.

nil

An error occurred.

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

lmgrManageMenuItems

lmgrSensitizeMenuItems


Return to top
 ⠀
X