Share

AcDbDatabase::setLoftAng1

C++

Acad::ErrorStatus setLoftAng1(
    double ang1
);

Description

Sets ang1 to be the LOFTANG1 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
ang1 Input LOFTANG1 value

Links

AcDbDatabase Class

Was this information helpful?