Share

setDimstyleData Method

Overload List

Method Description
AcDbDatabase::setDimstyleData (AcDbDimStyleTableRecord*) This function copies the dimension variable information in *pRec into the database on which this method is called, making those dimension variable values current for the database.Returns Acad::eOk if operation is successful.
AcDbDatabase::setDimstyleData (AcDbObjectId) This function copies the dimension variable information in the DimStyleTableRecord identified by id into the database on which this method is called, making those dimension variable values current for the database. The DimStyleTableRecord with object ID id does not have to reside in the database on which this method is called.Returns Acad::eOk if operation is successful.

Was this information helpful?