How do i access DGN export Standard Mapping Setup in API, by c# code

How do i access DGN export Standard Mapping Setup in API, by c# code

official.jaydeo
Enthusiast Enthusiast
340 Views
1 Reply
Message 1 of 2

How do i access DGN export Standard Mapping Setup in API, by c# code

official.jaydeo
Enthusiast
Enthusiast

Hi all,

I am trying to create app that has some Automation task where i need to set DGN Export Setup such as Layer to Level naming , Text Setting and Line weight Settings.

how do i access same in API , in code snippet or advice will be helpful....

i want do this but programmatically

officialjaydeo_0-1723461310396.png

is it posible? 

 

@_gile  @kerry_w_brown 

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

norman.yuan
Mentor
Mentor

There is no API exposed in AutoCAD .NET API (or COM, ObjectARX C++, for that matter) to export/convert DWG to DNG. You'll need to look for third party apps/components. I would write my DNG<=>DWG converting app against cloud services, such as this:

https://mygeodata.cloud/ 

 

 

Norman Yuan

Drive CAD With Code

EESignature

0 Likes