Share

AcDbDatabase::getDimblk

C++

Acad::ErrorStatus getDimblk(
    ACHAR*& pOutput
) const;

Description

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.

Note

This function has been deprecated and will be removed in a future release. Applications should use AcDbDatabase::dimblk() instead.

Parameters

Parameters Description
pOutput Output DIMBLK value

Links

AcDbDatabase Class

Use Instead

virtual AcDbObjectId dimblk();

History

AutoCAD 2019

This method has been marked as deprecated.

Was this information helpful?