
Originally Posted by
atomicpetrie823619
I'm still searching for the best solution for my task.
Part of my requirements is to use data from my custom .exe (WinForms .NET Application) for populating DWG border information (Block Reference with Attributes).
If I go down the .NET API route using NETLOAD to add my custom .DLL, how can I get data out of my .exe. The only thing I've thought of at the moment is to have a .txt or .csv files of fixed name/location that the .DLL looks at for values to use and my .exe write to that file before calling the drawings and NETLOAD.