Message 1 of 5
Help with multiple drawings | C# Open TransActions & Databases..
Not applicable
03-21-2012
07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi ,
Here is something I am trying to accomplish - would appreciate some pointers // ->better rephrase 'guidelines'
Write a C# DLL that exposes a function to AutoLisp , get 2 args from the ResultBuffer -
dwgName [full path]
AutoCAD script to run on this drawing.
and return a true/false if successful.
This brings up another related question - When would I need to 'open' a drawing versus opening the database > manipulating the db and closing ? // does this falls under 'transactions ' ?
Pointing me to existing examples would be very appreciated
Jonathan