Share

AcDbDatabase::getMenu (AcString &) Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus getMenu(
    AcString & sMenuName
) const;

Description

Sets sMenuName to the current MENUNAME value for the database.

See the System Variables section of the AutoCAD Command Reference for information on MENUNAME.

Returns Acad::eOk if successful.

Parameters

Parameters Description
sMenuName Output of the MENUNAME string value

Links

AcDbDatabase Class

Was this information helpful?