Get list Orthgraphic UCSs in database autocad using c#

Get list Orthgraphic UCSs in database autocad using c#

Anonymous
Not applicable
526 Views
1 Reply
Message 1 of 2

Get list Orthgraphic UCSs in database autocad using c#

Anonymous
Not applicable

Hi all!

How to Get list Orthgraphic UCSs in database autocad using c#? 

thanks 🙂

Untitled.png

 

0 Likes
527 Views
1 Reply
Reply (1)
Message 2 of 2

moogalm
Autodesk Support
Autodesk Support

Hi,

 

I don't think the list is stored somewhere in dictionary or table, that can be accessed publicly, AutoCAD internally populates the OrthoUCS array to the dialog.

 

You can find the enum declaration in Autodesk.AutoCAD.DatabaseServices.OrthographicView.

 

0 Likes