C++
ACDBCORE2D_PORT Acad::ErrorStatus acdbGetShowCompass( AcDbDatabase * pDb, bool & bShow );
File
dbNavSettings.h
Description
Determines if the view cube compass is shown in specified database.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
pDb | Input database to search within |
bShow | Output true if the compass is shown |