Message 1 of 2
How to find RevitCommandId of all commands in single application?

Not applicable
07-25-2019
04:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have created one application consisting of multiple commands. I want to call command recursively for my task to get done.
RevitCommandId.LookupCommandId("CommandName");
As above mentioned API is not useful for me as both command and application will have same GUID.
Please guide me for this.
TIA