Share

AcDbDatabase::getMenu

C++

Acad::ErrorStatus getMenu(
    ACHAR*& pOutput
) const;

Description

Returns with pOutput pointing to a copy of the character string that is the current MENUNAME value for the database. The application is responsible for deleting the string memory.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
pOutput Returns the MENUNAME character string

Links

AcDbDatabase Class

Use Instead

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

History

AutoCAD 2019

This method has been marked as deprecated.

Was this information helpful?