Share

AcDbDatabase::setExtmin

C++

Acad::ErrorStatus setExtmin(
    const AcGePoint3d& min
);

Description

Sets min to be the EXTMIN value for the current model space of this database. See the system variables documentation in the AutoCAD Command Reference for information on EXTMIN.

Note

For paper space values, see the AcDbDatabase::setPextmin() function

Parameters

Parameters Description
min Input world coordinate point

Links

AcDbDatabase Class

Was this information helpful?