Share

Database.Pucsydir Property

Description

Accesses the current Paper Space UCSYDIR value for the database.

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

Visual Basic

Public Property Pucsydir() As Vector3d

C#

public Vector3d Pucsydir;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?