C++
virtual Acad::ErrorStatus setDimldrblk( const ACHAR * v );
File
dbdimvar.h
Description
Sets the database to use the block reference named v as the DIMLDRBLK 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 DIMLDRBLK.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
v | Input DIMLDRBLK value |