Share

AcDbDatabase::setDimstyle

C++

Acad::ErrorStatus setDimstyle(
    AcDbObjectId styleId
);

Description

Sets the AcDbDimStyleTableRecord with object ID styleId to be the DIMSTYLE value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
styleId Input object ID of the AcDbDimStyleTableRecord to be used for the DIMSTYLE value

Links

AcDbDatabase Class

Was this information helpful?