Share

AcDbDatabase::setUcsname Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus setUcsname(
    const AcDbObjectId& ucsRecId
);

Description

This method sets the Model Space UCS to the AcDbUCSTableRecord whose ObjectId is ucsRecId. This is the Model Space value of UCSNAME. See the System Variables section of the AutoCAD Command Reference for information on UCSNAME.

Parameters

Parameters Description
ucsRecId Input ObjectId of the AcDbUCSTableRecord to be used

Notes

This method only works for AcDbDatabases that are not loaded in the AutoCAD editor.

Links

AcDbDatabase Class

Was this information helpful?