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

472 B
Raw Permalink Blame History

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 GetRibbonPanelsString name

根据名字获得RibbonPanel