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

    .NET

    Reply
    Active Contributor
    BellwetherBill
    Posts: 33
    Registered: ‎01-14-2011

    Return an AssocVariable By Name

    160 Views, 2 Replies
    02-15-2012 11:08 AM

    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?

    Please use plain text.
    Active Contributor
    BellwetherBill
    Posts: 33
    Registered: ‎01-14-2011

    Re: Return an AssocVariable By Name

    02-16-2012 03:45 PM in reply to: BellwetherBill

    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),true,true,"") only seams to give me access to the top level AssocVariables and not the variables associated with blocks and nested inside AssocArrays.

     

    Does anyone have any ideas?

    Please use plain text.
    Active Contributor
    BellwetherBill
    Posts: 33
    Registered: ‎01-14-2011

    Re: Return an AssocVariable By Name

    02-19-2012 10:59 AM in reply to: BellwetherBill

    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.

     

    Please use plain text.