Share

Database.Ucsxdir Property

Description

Accesses the current Model Space UCSXDIR value for the database.

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

Visual Basic

Public Property Ucsxdir() As Vector3d

C#

public Vector3d Ucsxdir;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?