C++
Acad::ErrorStatus setDimstyleData( AcDbObjectId id );
Description
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.
Parameters
Parameters | Description |
---|---|
id | Input object ID of DimStyleTableRecord from which to copy dimension variable information |