Finding if an object is a member of a group

Discussion in 'AutoCAD' started by David Urban, May 3, 2004.

  1. David Urban

    David Urban Guest

    Is is possible to get the group name and thus the whole group by picking
    one of the members of the group. I want to have the user pick one
    member of the group and the program uses all of the members of the group.

    David Urban
     
    David Urban, May 3, 2004
    #1
  2. Using VBA/ActiveX, the only way is by searching
    all groups (keeping in mind that any object can be
    a member of more than one group).

    If you need a faster solution, the only options I
    am aware of are ObjectARX programming, or the
    GetGroups() method in AcadX, which is available at
    the URL below.
     
    Tony Tanzillo, May 3, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.