Message 1 of 3
Getting ObjectID for a mouseclick event?

Not applicable
04-11-2011
04:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am developing a .NET applicaton that integrates with AutoCAD Architecture. In my .NET application, I provide my user with a list of drawing files (.dwg) that they can choose to open. Once my user has selected a file, my application will open the selected drawing in AutoCAD Architecture. In this drawing, the user can click on an object in the drawing. Can this mouse click event be captured and the object ID for the selected object be returned to my application? How to go about doing this? Please advise and provides me with examples or references. Thanks.