Tipo166 Posted September 2, 2008 Posted September 2, 2008 Hey Guys 1) Open AutoCAD drawing 2) "Pick" an object(s) (highlighted dashed lines) BEFORE entering/requesting a command. If this object is not in the ActiveSelectionSet what selection set is it in? My "Set sset = ThisDrawing.ActiveSelectionSet" still defines sset (or ActiveSelectionSet) as the last selection set that a command was implemented on according to watch values. As no command has been implemented (or requested of) on the current highlighted ojbect(s) it is not (yet?) the ActiveSelectionSet? and I need it to be. Any thoughts appreciated! Quote
Tipo166 Posted September 3, 2008 Author Posted September 3, 2008 Answered my own question: PickfirstSelectionSet from: http://through-the-interface.typepad.com/through_the_interface/2006/09/using_the_pickf.html thanks Kean Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.