Share

setDimtp

C++

virtual Acad::ErrorStatus setDimtp(
    double v
);

File

dbdimvar.h

Description

Sets v to be the DIMTP value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMTP value

Was this information helpful?