Share

AcDbDatabase::setPlimmin

C++

Acad::ErrorStatus setPlimmin(
    const AcGePoint2d& min
);

Description

Sets min (in WCS coordinates) to be the Paper Space LIMMIN value for the database.

See the System Variables section of the AutoCAD Command Reference for information on LIMMIN.

Returns Acad::eOk if successful.

Note For Model Space values, see AcDbDatabase::setLimmin() function.

Parameters

Parameters Description
min Input point for Paper Space LIMMIN value

Links

AcDbDatabase Class

Was this information helpful?