Share

setDimblk1

C++

virtual Acad::ErrorStatus setDimblk1(
    AcDbObjectId v
);

File

dbdimvar.h

Description

Sets the DIMBLK1 value of this dimstyle to v .

See the System Variables section of the AutoCAD Command Reference for information on DIMBLK1.

Returns Acad::eOk if successful.

DIMBLK1 uses DXF group code 343. Note that in Release 14 DIMBLK1 was a char* variable and had a group code of 6.

Parameters

Parameters Description
v Input object ID of block reference

Was this information helpful?