Results 1 to 4 of 4

Thread: Creating Un nammed groups with VBA

  1. #1
    DRW1975 Guest

    Creating Un nammed groups with VBA

    I noticed this topic was discussed previously, as I found it in an old thread. Are the words of advice provided then still applicable to VBA for AutoCAD 2005?

    I've attached the old post below...

    Reply From: Thilak
    Date: Jun/04/00 - 22:53 (GMT-12:00)

    Re: Unnamed group?
    Corey,

    You need to use AsdkUnsupp2000.arx which can be found in the
    autodesk.autocad.customization newsgroup.

    Cheers,
    Thilak

    Thanks

    DRW

  2. #2
    Jeff Mishler Guest
    Nice job searching! However, I don't believe this is the case any longer. In
    R2002 I make use of the following code for anonymous groups:

    Dim group As AcadGroup
    Dim ents(0 To 1) As AcadEntity
    'Create anonymous group for line & text entities of the leader object
    Set ents(0) = Annotation
    Set ents(1) = Line
    Set group = ThisDrawing.Groups.Add("*")
    group.AppendItems (ents)


    --
    Jeff
    check out www.cadvault.com
    "DRW1975" <nospam@address.withheld> wrote in message
    news:2592429.1102859724882.JavaMail.jive@jiveforum 2.autodesk.com...
    I noticed this topic was discussed previously, as I found it in an old
    thread. Are the words of advice provided then still applicable to VBA for
    AutoCAD 2005?

    I've attached the old post below...

    Reply From: Thilak
    Date: Jun/04/00 - 22:53 (GMT-12:00)

    Re: Unnamed group?
    Corey,

    You need to use AsdkUnsupp2000.arx which can be found in the
    autodesk.autocad.customization newsgroup.

    Cheers,
    Thilak

    Thanks

    DRW

  3. #3
    DRW1975 Guest
    Great! I'll try it out...
    The documentation on groups is very poor

    DRW

  4. #4
    DRW1975 Guest
    SUCCESS!!

    Thanks a lot.

    I am very excited about finally finding this discussion group! Finally people here who talk my language!

    DRW

Similar Threads

  1. local groups
    By dakeb in forum Pro/Engineer
    Replies: 0
    Last Post: 04-12-2005, 02:36 AM
  2. Exploding Groups
    By Jonathan Barnes in forum Drafting
    Replies: 0
    Last Post: 03-29-2005, 03:53 PM
  3. How to Create Layer Groups
    By hamid2 in forum VBA
    Replies: 3
    Last Post: 01-16-2005, 09:10 PM
  4. elp with Graphics groups
    By Sebastián Gorria in forum MicroStation
    Replies: 1
    Last Post: 11-09-2004, 04:14 PM
  5. Creating Network License Groups
    By Paul in forum Network
    Replies: 1
    Last Post: 08-09-2004, 03:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum