Hi Guys,
I need some help I am importing DGN files via code but I need one option changed
I tried seeing if this is a System Variable but I am unable to find it. Where else can I check if this option is true or false via code ?
Thanks
Hi Guys,
I need some help I am importing DGN files via code but I need one option changed
I tried seeing if this is a System Variable but I am unable to find it. Where else can I check if this option is true or false via code ?
Thanks
Riann,
That setting is stored in the DgnSetups.ini file located here (just adjust path to correspond to your year of AutoCAD):
C:\Users%username%\AppData\Roaming\Autodesk\AutoCAD XXXX\RXX.X\enu\Support
The setting will look like this:
ExplodeTextNode=1
Shawn Golden
Microvellum
Thanks Shawn, works like a charm.