Share

AcDbDatabase::setUcsBase

C++

Acad::ErrorStatus setUcsBase(
    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 model space.

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

Parameters

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

Links

AcDbDatabase Class

Was this information helpful?