Share

setDimaltf

C++

virtual Acad::ErrorStatus setDimaltf(
    double v
);

File

dbdimvar.h

Description

Sets v to be the DIMALTF value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMALTF value

Was this information helpful?