| Author |
Message |
srinivasan
Guest
|
Posted:
Wed Jan 05, 2005 10:09 am Post subject:
Copy objects |
|
|
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
|
|
| Back to top |
|
 |
Paul Richardson
Guest
|
Posted:
Wed Jan 05, 2005 2:12 pm Post subject:
Re: Copy objects |
|
|
??? 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
"srinivasan" <nospam@address.withheld> wrote in message
news:3960191.1104901770736.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | 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 |
|
|
| Back to top |
|
 |
R. Robert Bell
Guest
|
Posted:
Wed Jan 05, 2005 8:00 pm Post subject:
Re: Copy objects |
|
|
"Paul Richardson" <prichardson@adelphia.net> wrote in message
news:41dbd0e0$1_3@newsprd01...
??? Show your code.... My *Force* Skills have dwindled...
<snort> Either that, or Darth Tanzillo is using Mind Blur on *you*!
|
|
| Back to top |
|
 |
Paul Richardson
Guest
|
Posted:
Wed Jan 05, 2005 8:38 pm Post subject:
Re: Copy objects |
|
|
I need a laugh...Thanks
"R. Robert Bell" <NOT.RobertB@MWEngineers.com> wrote in message
news:41dc00e8_3@newsprd01...
| Quote: | "Paul Richardson" <prichardson@adelphia.net> wrote in message
news:41dbd0e0$1_3@newsprd01...
??? Show your code.... My *Force* Skills have dwindled...
snort> Either that, or Darth Tanzillo is using Mind Blur on *you*!
|
|
|
| Back to top |
|
 |
|
|
|
|