C++
ACDBCORE2D_PORT Acad::ErrorStatus getDimblk2( AcString & sOutput ) const;
Description
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.
Note
This function has been deprecated and will be removed in a future release. Applications should use AcDbDatabase::dimblk2() instead.
Parameters
Parameters | Description |
---|---|
sOutput | Output DIMBLK2 value |