.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
Unselectab le AutoCad Entity
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
168 Views, 2 Replies
04-09-2012 10:38 PM
I want to make some AutoCad entities unselectable. Is it possible, by any command or programming?
Regards,
Soumen
Solved! Go to Solution.
Re: Unselectab le AutoCad Entity
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-10-2012 12:49 AM in reply to:
soumenroys
Hi,
you can create an eventhandler that reacts for selection-changes (and if your specific object is selected your code cancels the selection). But in this case your app has to be loaded and running.
I would not know a solution to make an entity not selectable without having your app loaded (for dotNET based apps). Sorry.
- alfred -
-------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Re: Unselectab le AutoCad Entity
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-10-2012 01:48 AM in reply to:
soumenroys




