Share

acedIsMenuGroupLoaded

C++

Adesk::Boolean acedIsMenuGroupLoaded(
    const ACHAR * pszGroupName
);

File

aced.h

Description

This function checks to see if the menugroup pszGroupName is currently loaded in the AutoCAD editor.

Returns Adesk::kTrue if the pszGroupName menugroup is currently loaded, or Adesk::kFalse if not.

Parameters

Parameters Description
pszGroupName Input name of the menugroup to check on

Was this information helpful?