C++
Acad::ErrorStatus setDimstyleData( AcDbDimStyleTableRecord* pRec );
Description
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.
Parameters
Parameters | Description |
---|---|
pRec | Input pointer to DimStyleTableRecord from which to copy dimension variable information |