Share

acedGraphScr

C++

int acedGraphScr();

File

acedads.h

Description

On single-screen AutoCAD installations, causes the display to switch from the text screen to the graphics screen. This is equivalent to using the AutoCAD GRAPHSCR command or to pressing the Flip Screen function key (when the text screen is current).

The acedTextScr() function is the complement of acedGraphScr().

If acedGraphScr() succeeds, it returns RTNORM; otherwise, it returns an error code.

Was this information helpful?