C++
ACAD_PORT bool acedDisplayBorder( bool bShow );
File
aced.h
Description
Shows or hides a blue border around the inner edge of the drawing area of the current window.
This behavior is used with the Drawing Compare feature (COMPARE command).
Parameters
Parameters | Description |
---|---|
bShow | Input bool to enable the blue border; true = show, false = hide |
Returns
Returns true if successful, or false otherwise.