Message 1 of 2

Not applicable
04-09-2021
01:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi F360 users,
I want to execute commands which require some input.
cmd = _ui.commandDefinitions.itemById('ActivateEnvironmentCommand')
cmd.execute()
In the above command, I want to activate a specific workspace based on ID.
How can I pass the workspace ID to execute the command?
Solved! Go to Solution.