Share

acedPostCommandPrompt

C++

ACAD_PORT void acedPostCommandPrompt();

File

aced.h

Description

This function causes AutoCAD to repost the last command prompt message. This is intended to be used from OLE applications that are invoked without going through the normal AutoCAD user interface. In such a case this function should be called just prior to exiting from the OLE application.

Was this information helpful?