Share

AcDbHostApplicationServices::readyToDisplayMessages

C++

virtual ACDBCORE2D_PORT Adesk::Boolean readyToDisplayMessages();

Description

The database will often choose whether or not to print certain messages depending on the value returned from readyToDisplayMessages(). The default implementation always returns Adesk::kTrue. If you would like a 'quieter' host application, that is, one that does not display many messages, override this method to return Adesk::kFalse when you do not want messages displayed.

Links

AcDbHostApplicationServices

Was this information helpful?