Share

AcDbDatabase::setAngdir

C++

Acad::ErrorStatus setAngdir(
    bool dir
);

Description

Sets dir to be the ANGDIR value for the database. The value of false is 0. The value of true is 1.

See the System Variables section of the AutoCAD Command Reference for information on ANGDIR.

Returns Acad::eOk if successful.

Parameters

Parameters Description
dir Input Boolean indicating desired ANGDIR system variable value

Links

AcDbDatabase Class

Was this information helpful?