Share

acdbSetShowCompass Function

C++

ACDBCORE2D_PORT Acad::ErrorStatus acdbSetShowCompass(
    AcDbDatabase * pDb, 
    bool bShow
);

File

dbNavSettings.h

Description

Sets if the view cube compass is shown in specified database.

Returns Acad::eOk if successful.

Parameters

Parameters Description
pDb Input database to set within
bShow Input true if the compass ought to be shown

Was this information helpful?