Share

AcDbDatabase::dimfit

C++

int dimfit() const;

Description

Returns the Release 14 DIMFIT value for the database.

DIMFIT has been deprecated in favor of DIMATFIT and DIMTMOVE. See the System Variables section of the AutoCAD Command Reference for information on DIMATFIT and DIMTMOVE.

This method may be removed in future releases.

Links

AcDbDatabase Class

Use Instead

virtual int dimatfit();

virtual int dimtmove();

Was this information helpful?