C++
ACAD_PORT bool acedIsUpdateDisplayPaused();
File
aced.h
Description
Returns true if display updates are paused, or false otherwise.
This function should be used before calling acedUpdateDisplayPause(), to record the current update display pause state and restore that when finished pausing the display. This prevents other users of acedUpdateDisplayPause() from having the display re-enabled prematurely.
Previous Declaration
bool acedIsUpdateDisplayPaused (void);
History
AutoCAD 2022
Declaration of the method changed.