Share

setDimblk1

C++

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

File

dbdimvar.h

Description

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
v Input DIMBLK1 value

Was this information helpful?