Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

multiple selection sets

Status
Not open for further replies.

jrice174

Civil/Environmental
Joined
Nov 8, 2004
Messages
129
Location
US
I select all of the lines on a certain layer. I then want to cycle through those lines and select above those lines to see if there is text that goes along with each line.

I need two selection sets and to be able to step through the one (For each LineObj in objSS) and then to be able to have another selection set to select the text.

How do I switch back and forth between the two?
 
If you are doing this in vb, you can hold the object's handles in a array and then pass back and forth between the array of objects and whatever you are doing.

"Everybody is ignorant, only on different subjects." — Will Rogers
 
Thanks for the quick help again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top