Share

getDimblk2 Method

Overload List

Method Description
AcDbDatabase::getDimblk2 (ACHAR*&) In AutoCAD R14 and later, this function sets pOutput to either a valid block name or an empty string. If you call setDimblk*() with a ".", a subsequent call to getdimblk*() should return an empty string.
AcDbDatabase::getDimblk2 (AcString &) In AutoCAD R14 and later, this function sets sOutput to either a valid block name or an empty string. If you call setDimblk*() with a ".", a subsequent call to getdimblk*() should return an empty string.NoteThis function has been deprecated and will be removed in a future release. Applications should use AcDbDatabase::dimblk2() instead.

Was this information helpful?