Share

Database.Ucs Property

Description

Sets the Model Space UCS. The Ucsorg(), Ucsxdir(), and Ucsydir() are the query properties for this UCS.

Visual Basic

Public Property Ucs() As CoordinateSystem3d

C#

public CoordinateSystem3d Ucs;

Notes

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

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?