Share

AcDbDatabase::dimunit

C++

int dimunit() const;

Description

Returns the Release 14 DIMUNIT value for the database.

DIMUNIT has been deprecated in favor of DIMLUNIT and DIMFRAC. See the System Variables section of the AutoCAD Command Reference for information on DIMLUNIT and DIMFRAC.

Returns the Release 14 DIMFIT value for the database.

This method may be removed in future releases.

Links

AcDbDatabase Class

Use Instead

virtual int dimlunit();

virtual int dimfrac();

Was this information helpful?