Share

setDimlunit

C++

virtual Acad::ErrorStatus setDimlunit(
    int v
);

File

dbdimvar.h

Description

Sets v to be the DIMLUNIT value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMLUNIT value (must be in the range 1 to 6)

Was this information helpful?