Share

setDimblk2

C++

virtual Acad::ErrorStatus setDimblk2(
    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 DIMBLK2.

Returns Acad::eOk if successful.

DIMBLK2 uses DXF group code 344. Note that in Release 14 DIMBLK2 was a char* variable and had a group code of 7.

Parameters

Parameters Description
v Input object ID of block reference

Was this information helpful?