We have the concept of Grouping among blocks. So, on selection of one block, I need to show the other blocks as selected in AutoCAD -2013. I have the AutoCAD Handle of the all the blocks available.
The blocks should show the highlight, and must also be part of the SelectionSet in case they run a command with the selection intact/modified.
How do I do this in code - C#? Thanks