Message 1 of 1
Run Code after CreateHoleCommand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can call the Create Hole Command with following Code:
ThisApplication.CommandManager.StartCommand(Inventor.CommandIDEnum.kCreateHoleCommand)
After the command has closed by the user the code should run further. Any ideas how i can do that?