Files
06-Note/Revit-API/UIControlledApplication.md
sherlockforrest bf2ed2e31f 更新
2023-06-20 09:22:53 +08:00

17 lines
472 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## CreateRibbonPanel(Tab tab,String name)
## DialogBoxShowing
### revit消息框出现时的事
## GetDockablePaneDockablePaneId id
### 根据可停靠窗口Id获得对象可根据GUID获得
string pageGuid = "2ab776b4-b3fc-4810-8f44-ab5f1c9f5fa8";
Guid guid = new Guid(pageGuid);
DockablePaneId id = new DockablePaneId(guid);
## Idling
### revit中不断监视的事件
## LIst<RibbonPanel> GetRibbonPanelsString name
### 根据名字获得RibbonPanel