C++
virtual Acad::ErrorStatus setDimblk( AcDbObjectId v );
File
dbdimvar.h
Description
Sets the DIMBLK value of this dimstyle to v.
See the System Variables section of the AutoCAD Command Reference for information on DIMBLK.
Returns Acad::eOk if successful.
DIMBLK uses DXF group code 342. Note that in Release 14 DIMBLK was a char* variable and had a group code of 5.
Parameters
Parameters | Description |
---|---|
v | Input object ID of block reference |