Share

setDimtxt

C++

virtual Acad::ErrorStatus setDimtxt(
    double v
);

File

dbdimvar.h

Description

Sets v to be the DIMTXT value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMTXT value

Was this information helpful?