Share

AcDbDatabase::setPinsbase

C++

Acad::ErrorStatus setPinsbase(
    const AcGePoint3d& base
);

Description

Sets base to be the Paper Space INSBASE value for the database. The point is in WCS coordinates.

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

Returns Acad::eOk if successful.

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

Parameters

Parameters Description
base Input INSBASE point for Paper Space

Links

AcDbDatabase Class

Was this information helpful?