Share

AcDbHostApplicationServices::enableMessageDisplay

C++

virtual ACDBCORE2D_PORT void enableMessageDisplay(
    Adesk::Boolean
);

Description

If unnamed is true, this method enables message display by the host application. Otherwise, it disables message display.

This method is used in conjunction with AcDbHostApplicationServices::readyToDisplayMessages().

In the AutoCAD environment, this method sets the NOMUTT system variable.

Parameters

Parameters Description
unnamed Input boolean indicating whether or not messages should be displayed

Links

AcDbHostApplicationServices

Was this information helpful?