Arbortext IsoDraw > Macro Language Reference > 3D and User Interaction Commands > Further Macro Commands > Menu
  
Menu
The MENU command simulates the selection of an Arbortext IsoDrawmenu item. If a dialog is opened by the selection it will appear and pause the macro until closed by the user.
MENU"menupath"WITH_SHIFTWITH_ALT
menupath
The command searches for the first menu command beginning with the complete search-string. Because menu commands differ from language to language all macros using the menu command are language specific.
The MENU command can be used to start a plugin (like Arbortext IsoCompose) and can also reach all commands from the popup menus.
You can not use the MENU command to open any item from the Help-menu and you only have access to menu commands that are available at the time the command is executed.
WITH_SHIFT, WITH_ALT
MENU comand can be extended by either one of the 2 optional specifiers WITH_SHIFT or WITH_ALT to simulate a pressed SHIFT- or ALT-key.
MENU "element info"

MENU "Start IsoCompose"