Share

setDimtzin

C++

virtual Acad::ErrorStatus setDimtzin(
    int v
);

File

dbdimvar.h

Description

Sets v to be the DIMTZIN value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMTZIN value (must be in the range 0 to 15)

Was this information helpful?