PDA

View Full Version : Unnamed Groups


des_ou
22-04-2005, 08:22 PM
Is there a way to create a group object without giving it a name? I can create a group using Groups.Add(strName), but I can't get AutoCAD to give it a name for me. Its naming convention is *A1, *A2.... Any ideas?

Thanks,

Dave

hendie
26-04-2005, 11:20 AM
Create your own groupname with an integer. The filter for your groupname, find the highest integer and create the next groupname with integer + 1
should also work with creating *A1 *A2 etc though I haven't tried it. ~ just find the highest number and create add 1 to the number to create the new one.