Share

AcDbDatabase::setPextmax

C++

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

Description

Sets the EXTMAX value of this database's current paper space to max. See the system variables documentation in the AutoCAD Command Reference for information on EXTMAX.

Note

For model space values, see the AcDbDatabase::setextmax() function

Parameters

Parameters Description
max Input world coordinate point

Links

AcDbDatabase Class

Was this information helpful?