• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Contributor
    soumenroys
    Posts: 23
    Registered: ‎11-07-2011
    Accepted Solution

    Unselectable AutoCad Entity

    167 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

    Please use plain text.
    *Expert Elite*
    Posts: 6,425
    Registered: ‎06-29-2007

    Re: Unselectable AutoCad Entity

    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
    -------------------------------------------------------------------------
    Please use plain text.
    Moderator
    Alexander.Rivilis
    Posts: 1,167
    Registered: ‎04-09-2008

    Re: Unselectable AutoCad Entity

    04-10-2012 01:48 AM in reply to: soumenroys

    Preventing AutoCAD objects from being selected using .NET


    Пожалуйста не забывайте про Утвердить в качестве решения!Утвердить в качестве решения и Give Kudos!Баллы
    Please remember to Accept Solution!Accept as Solution and Give Kudos!Kudos

    Please use plain text.