Share

setDimtfac

C++

virtual Acad::ErrorStatus setDimtfac(
    double v
);

File

dbdimvar.h

Description

Sets v to be the DIMTFAC value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMTFAC scale factor

Was this information helpful?