Share

AcDbDatabase::setHpOrigin

C++

Acad::ErrorStatus setHpOrigin(
    const AcGePoint2d& origin
);

Description

Sets origin to be the HPORIGIN value for the database.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
origin Input 2D point to be used as the HPORIGIN for the database

Links

AcDbDatabase Class

Was this information helpful?