menugroup (AutoLISP)

Verifies that a menugroup is loaded

Supported Platforms: Windows only

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.

Examples

N/A