Message 1 of 3
Selection Methods
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a method to select what you just created?
At the moment im using an event that fires after a command stops. 2048 is the sketchedsymbol command and it should now select what the user just placed. The name of that symbol can be everything so I cant hardcode any name.
Private Sub m_userEvents_OnStopCommand(CommandID As CommandIDEnum) Handles m_userEvents.OnStopCommand
If CommandID = "2048" Then
.... Select what the user just placed ...
Kind regards
Tobias