Message 1 of 2
Can we open the following dialogs using API?

Not applicable
09-23-2021
10:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Similar to the Render Settings Dialog
Ptr<CommandDefinition> commandDefinition = commandDefinitions->itemById("A360RenderCommand");
commandDefinition->execute();
If yes, from where can we get the list of commands to open Fusion 360 dialogs?