Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
UIApplication uiApp
uiApp.PostCommand(RevitCommandId.LookupPostableCommandId(PostableCommand.RevisionCloud)) doesn't work, but if I change it to:
uiApp.PostCommand(RevitCommandId.LookupPostableCommandId(PostableCommand.DetailLine)), works fine
Thanks.
Solved! Go to Solution.