Share

setDimtad

C++

virtual Acad::ErrorStatus setDimtad(
    int v
);

File

dbdimvar.h

Description

Sets v to be the DIMTAD value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMTAD value (must be in the range 0 to 3)

Was this information helpful?