Share

setDimblk2

C++

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

File

dbdimvar.h

Description

Sets the database to use the block reference named v as the DIMBLK2 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 DIMBLK2.

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMBLK2 value

Was this information helpful?