Share

setDimaunit

C++

virtual Acad::ErrorStatus setDimaunit(
    int v
);

File

dbdimvar.h

Description

Sets v to be the DIMAUNIT value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMAUNIT value (must be in the range 0 to 4)

Was this information helpful?