Share

setDimalttd

C++

virtual Acad::ErrorStatus setDimalttd(
    int v
);

File

dbdimvar.h

Description

Sets v to be the DIMALTTD value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMALTTD value

Was this information helpful?