Message 1 of 3
Not applicable
08-23-2021
10:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to hide some ribbon tabs when loading the revit application. Don't hide them by clicking a command.
Running IExternalApplication on revit 2021 is invalid code:
var tabs = ComponentManager.Ribbon.Tabs.ToList();
foreach (var tab in tabs)
{
tab.IsVisible = false;
break;
}
注意:Revit 2021。
Solved! Go to Solution.
Developer Advocacy and Support +