Share

AcDbDatabase::setDimfit

C++

Acad::ErrorStatus setDimfit(
    int fit
);

Description

Sets the database values of DIMATFIT and DIMTMOVE according the Release 14 variable DIMFIT value of fit.

See the System Variables section of the AutoCAD Command Reference for information on DIMATFIT and DIMTMOVE.

Returns Acad::eOk if successful.

This method is deprecated and may be removed in a future release.

Parameters

Parameters Description
fit Input DIMFIT value (must be in the range 0 to 5)

Links

AcDbDatabase Class

Use Instead

virtual Acad::ErrorStatus setDimatfit(int v);

virtual Acad::ErrorStatus setDimtmove(int v);

Was this information helpful?