Share

Database.Ucsorg Property

Description

Accesses the current Model Space UCSORG value for the database.

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

Visual Basic

Public Property Ucsorg() As Point3d

C#

public Point3d Ucsorg;

Conditions

Read-only

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?