Share
 
 

menugroup (AutoLISP)

Verifies that a menugroup is loaded

Supported Platforms: Windows, Mac OS, and Web

Signature

(menugroup groupname)
groupname

Type: String

Menu group name.

Return Values

Type: String or nil

If groupname matches a loaded menu group name, the function returns the groupname string; otherwise, it returns nil.

Note: groupname is always returned on Mac OS and Web.

Examples

N/A

Was this information helpful?