.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Return an AssocVaria ble By Name
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Is there a way to get an AssocVarible by specifying the name of the variable rather than iterating through all the Actions returned by the AssocNetwork.GetActions property?
Re: Return an AssocVaria ble By Name
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
So let me rephrase my question. I am trying to figure out a way to access AssocVariables within blocks along with the top level of the ACAD_ASSOCNETWORK without selecting the entities on screen.
I can see the AcDbAssocNetwork objects that I want in the namedobjects dictionary using the ArxDebug tool and I can get to the AssocVariables but using the AssocNetwork.GetInstancesFromObject(Symbolutil(db)
Does anyone have any ideas?
Re: Return an AssocVaria ble By Name
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have attached some test code as a text file so it's easier to read. I'm not sure if the ultimate implementation will work the way I want but this is what I have so far.
I would appreciate any feedback.

