Share

setDimtxsty

C++

virtual Acad::ErrorStatus setDimtxsty(
    AcDbObjectId v
);

File

dbdimvar.h

Description

Sets the database to use the TextStyleTableRecord with object ID v as the DIMTXSTY value.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input object ID of TextStyleTableRecord

Was this information helpful?