Share

AcDbDatabase::setPucsBase

C++

Acad::ErrorStatus setPucsBase(
    const AcDbObjectId & ucsid
);

Description

Sets the database to use the AcDbUcsTableRecord associated with ucsid to define the origin and orientation of orthographic UCS settings for the database's current paper space.

The name of this AcDbUcsTableRecord is used as the database's PUCSNAME value. See the system variables documentation in the AutoCAD Command Reference for information on PUCSNAME.

Returns Acad::eOk if successful.

Parameters

Parameters Description
ucsid Input object ID of an AcDbUcsTableRecord in the database

Links

AcDbDatabase Class

Was this information helpful?