Share

AcDbDatabase::setExtmax

C++

Acad::ErrorStatus setExtmax(
    const AcGePoint3d& max
);

Description

Sets max to the EXTMAX value of the current model space for this database.

See the system variables documentation in the AutoCAD Command Reference for information on EXTMAX.

Note For paper space values, see AcDbDatabase::setPextmax().

Parameters

Parameters Description
max Input world coordinate point

Links

AcDbDatabase Class

Was this information helpful?