React to user changing entity properties. eg. Colour

React to user changing entity properties. eg. Colour

SRSDS
Advisor Advisor
407 Views
2 Replies
Message 1 of 3

React to user changing entity properties. eg. Colour

SRSDS
Advisor
Advisor

Is there an event that could react to a user changing the colour of an entity?

0 Likes
Accepted solutions (1)
408 Views
2 Replies
Replies (2)
Message 2 of 3

JamesMaeding
Advisor
Advisor
Accepted solution

@SRSDS 

take a look at this article:

https://www.keanw.com/2010/02/watching-for-deletion-of-a-specific-autocad-block-using-net.html 

I have done a few things like this, and had to deal with active drawing switching also, to unsubscribe the events on other drawings. This pool may get deeper and hotter than you expected. Good luck.


internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties

Message 3 of 3

SRSDS
Advisor
Advisor

Thank you.

0 Likes