Share

AcDbDatabase::setLoftMag1

C++

Acad::ErrorStatus setLoftMag1(
    double mag1
);

Description

Sets mag1 to be the LOFTMAG1 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
mag1 Input LOFTMAG1 value

Links

AcDbDatabase Class

Was this information helpful?