Share

Database.Pucs Property

Description

Sets the Paper Space UCS. The Pucsorg(), Pucsxdir(), and Pucsydir() are the query properties for this UCS.

Visual Basic

Public Property Pucs() As CoordinateSystem3d

C#

public CoordinateSystem3d Pucs;

Conditions

Write only

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?