Copy objects

Discussion in 'AutoCAD' started by srinivasan, Jan 5, 2005.

  1. srinivasan

    srinivasan Guest

    Hello all

    I am facing a peculiar problem while selecting objects.
    When i say "Previous" in select objects it selects all the
    text objects which i had placed.I had attached xdata
    to all my text objects for my reference.

    Even after opening the drawing freshly,The Previous selection set still selects all my text objects.

    what is the problem in this.

    Thanks in advance.

    Bye
    Sri
     
    srinivasan, Jan 5, 2005
    #1
  2. ??? Show your code.... My *Force* Skills have dwindled...

    If your Objects have xData then filter for the xData

    Dim iGPCode(1) As Integer
    Dim GPData(1)

    iGPCode(0) = -3
    iGPCode(1) = 1001
    GPData(1) = "Name of your App" 'what you called the XData

    ssGen.Select acSelectionSetAll, , , iGPCode, GPData

    gl...
    Paul
     
    Paul Richardson, Jan 5, 2005
    #2
  3. ??? Show your code.... My *Force* Skills have dwindled...

    <snort> Either that, or Darth Tanzillo is using Mind Blur on *you*!
     
    R. Robert Bell, Jan 5, 2005
    #3
  4. I need a laugh...Thanks
     
    Paul Richardson, Jan 5, 2005
    #4
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.