Message 1 of 2
Using CommandManager.DoSelect on place constraint window doesn't move selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like to launch the place constraint window and make contraint selections from an additional vba userform to select the first and second contraint selections.
I tried to use commandmanager.doselect(entity) to make my selection and it works fine for the first one but doesn't automatically move to #2 like it normally would when you are using the form. Does anyone know a way to activate the second selection button? Or is there another way to pass entities to the place constraint dialog?