Acad::ErrorStatus setDimensionStyle( AcDbObjectId unnamed); unnamed | Input object ID to be used by AcDbDimStyleTableRecord |
This function sets the dimension to use the MSITStore:F:\ObjectARX\ObjectARX%202006\docs\arxref.chm::/AcDb/AcDbDimStyleTableRecord/AcDbDimStyleTableRecord.htm">AcDbDimStyleTableRecord with the object ID styleId. If styleId is AcDbObjectId::kNull (or just NULL), then when the dimension is closed it will be set to use the current default dimStyle in the AutoCAD editor. The text string name within the referenced DimStyleTableRecord is used for DXF group code 3. This function returns Acad::eOk. |