ironfozzy Posted February 4, 2010 Posted February 4, 2010 I'm moderately familiar with selectionset manipulation, but for the life of me I cannot find any documentation on how to do this. Say I create a selectionset in VBA programmatically, but I don't want to manipulate the selected entities. I just want to have these objects show up as selected on the screen. I've tried sset.Highlight and then .Update, which makes the objects look like they're selected, but they're not actually part of the active selectionset. Any clue on how to do this? Quote
ironfozzy Posted April 5, 2010 Author Posted April 5, 2010 Bump. Basically I want to re-create some of the functionality of the built-in Quick Select function through VBA. I need to create a selection set and then make it the "active" selection set, actually "select" the objects on the screen for the user to then manipulate him/her self. PickFirstSelectionSet is read-only, so that option is out. Is this possible? 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.