Share

setDimupt

C++

virtual Acad::ErrorStatus setDimupt(
    bool v
);

File

dbdimvar.h

Description

Sets v to be the DIMUPT value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMUPT value (must be 0 or 1)

Was this information helpful?