Share

AcDbDatabase::setLtscale

C++

Acad::ErrorStatus setLtscale(
    double scale
);

Description

Sets scale to be the LTSCALE value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
scale Input LTSCALE value

Links

AcDbDatabase Class

Was this information helpful?