Message 1 of 5
Extracting dwg drwaing file(.dwg) data in visual studio 2010(using c# asp.net)
Not applicable
05-03-2012
01:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
1)I need to extract the data of an .dwg file using Visual studio and AUTOCAD. Here i need to pass the data from autocad to my asp.net application when i load the .dwg file into AUTOCAD and click "Extract" Custom menu.
2)How to add "Extract" custom menu to Autocad Application and how to open my asp.net application after clicking on it