c# - How to combine 2 entities as 1 in Autocad .net -


enter image description here

i'm making autocad plugin , want create new entity combination of line , text.if select line text selected , backwords when delete line delete text etc etc.how treat them 1 object referencing eachother?is possible?

i recommend using groups. below link on how access groups, i'm sure site has more information on creating groups.

users can control whether objects selected group based on system variable, pickstyle. can use ctrl+ h toggle pickstyle value.

http://adndevblog.typepad.com/autocad/2012/04/how-to-detect-whether-entity-is-belong-to-any-group-or-not.html


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -