.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
using drag and drop into autocad
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
202 Views, 2 Replies
10-07-2011 07:28 AM
I want to drag and drop a csv file containing some coordinates into autocad and the result to be dbpoints objects.
I know how to create a command to point to the file and to do this but I would like the command to be called when I drag and drop the file into autocad.
Can somebody point me to the right direction?
Thanks
Betreff: using drag and drop into autocad
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-09-2011 01:05 AM in reply to:
dan.popescu
Hi,
look to the Autodesk.AutoCAD.Windows.DropTarget-functionality, a drag&drop-sample could be found >>>here<<<
- alfred -
-------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Betreff: using drag and drop into autocad
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-11-2011 02:42 PM in reply to:
alfred.neswadba
I am here - see attachment - and I am stacked
Can somebody correct my code?
Thanks

