更新
This commit is contained in:
17
Revit-API/UIControlledApplication.md
Normal file
17
Revit-API/UIControlledApplication.md
Normal file
@@ -0,0 +1,17 @@
|
||||
## CreateRibbonPanel(Tab tab,String name)
|
||||
## DialogBoxShowing
|
||||
|
||||
### revit消息框出现时的事
|
||||
## GetDockablePane(DockablePaneId id)
|
||||
|
||||
### 根据可停靠窗口Id获得对象,可根据GUID获得
|
||||
string pageGuid = "2ab776b4-b3fc-4810-8f44-ab5f1c9f5fa8";
|
||||
Guid guid = new Guid(pageGuid);
|
||||
DockablePaneId id = new DockablePaneId(guid);
|
||||
## Idling
|
||||
|
||||
### revit中不断监视的事件
|
||||
|
||||
## LIst<RibbonPanel> GetRibbonPanels(String name)
|
||||
|
||||
### 根据名字获得RibbonPanel
|
||||
Reference in New Issue
Block a user