Share

AcDbDatabase::setLoftMag2

C++

Acad::ErrorStatus setLoftMag2(
    double mag2
);

Description

Sets mag2 to be the LOFTMAG2 value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
mag2 Input LOFTMAG2 value

Links

AcDbDatabase Class

Was this information helpful?