Share

Database.Pucsname Property

Description

Accesses the object ID of the UCS table entry that is currently in use in the Paper Space of the database (Paper Space value of UCSNAME).

See the System Variables section of the AutoCAD Command Reference for information on UCSNAME.

Visual Basic

Public Property Pucsname() As ObjectId

C#

public ObjectId Pucsname;

Conditions

Read/Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?