Share

setDimdli

C++

virtual Acad::ErrorStatus setDimdli(
    double v
);

File

dbdimvar.h

Description

Sets v to be the DIMDLI value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMDLI value

Was this information helpful?