OdclcGetAllMenu

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Config & Setup >

OdclcGetAllMenu

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_GetAllMenu

This function will create a list of all Loaded Menu names.

Return Values

A List of all Menu Names.

 

Result:

(

("ACAD" . "C:\\Users\\Username\\appdata\\roaming\\autodesk\\autocad 2014\\r19.1\\enu\\support\\acad.cuix")

("APPMANAGER" . "C:\\Users\\Username\\appdata\\roaming\\autodesk\\autocad 2014\\r19.1\\enu\\support\\appmanager.cuix")

("SKETCHUPIMPORTSKP" . "C:\\Users\\Username\\appdata\\roaming\\autodesk\\autocad 2014\\r19.1\\enu\\support\\sketchupimportskp.cuix")

("CUSTOM" . "C:\\Users\\Username\\appdata\\roaming\\autodesk\\autocad 2014\\r19.1\\enu\\support\\custom.cuix")

("FEATUREDAPPS" . "C:\\Users\\Username\\appdata\\roaming\\autodesk\\autocad 2014\\r19.1\\enu\\support\\featuredapps.cuix")

("MODELDOC" . "C:\\Users\\Username\\appdata\\roaming\\autodesk\\autocad 2014\\r19.1\\enu\\support\\modeldoc.cuix")

("EXPRESS" . "C:\\Users\\Username\\appdata\\roaming\\autodesk\\autocad 2014\\r19.1\\enu\\support\\acetmain.cuix")

("MECHANcCALMENU" .u"F:\\AutoCAD\\MechanicalMenu.cuix")

("CONTENTEXPLORER" . "C:\\Users\\Username\\appdata\\roaming\\autodesk\\autocad 2014\\r19.1\\enu\\support\\contentexplorer.cuix")

)

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetAllMenu))