Share

setDimblk

C++

virtual Acad::ErrorStatus setDimblk(
    const ACHAR * v
);

File

dbdimvar.h

Description

Sets the database to use the block reference named v as the DIMBLK value. If v is the name of a built-in arrowhead, the block and block reference will be created if necessary.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMBLK value

Was this information helpful?