Share

AcDbDatabase::setAngbase

C++

Acad::ErrorStatus setAngbase(
    double angle
);

Description

Sets the database to use angle as the ANGBASE value.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
angle Input desired ANGBASE system variable angle (in radians)

Links

AcDbDatabase Class

Was this information helpful?