Share

Database.Ucsydir Property

Description

Accesses the current Model Space UCSYDIR value for the database.

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

Visual Basic

Public Property Ucsydir() As Vector3d

C#

public Vector3d Ucsydir;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?