2024 Members
Changes 8
M

UIControlledApplication

Name Return Type Description Inherited From
M CreateAddInCommandBinding(RevitCommandId) AddInCommandBinding Creates a new AddInCommandBinding.
M CreateRibbonPanel(String) RibbonPanel Create a new RibbonPanel on the Add-Ins tab.
M CreateRibbonPanel(String, String) RibbonPanel Create a new RibbonPanel on the specified tab.
M CreateRibbonPanel(Tab, String) RibbonPanel Create a new RibbonPanel on the designated standard Revit tab.
M CreateRibbonTab(String) None Creates a new tab on the Revit user interface.
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetDockablePane(DockablePaneId) DockablePane Gets a DockablePane object by its ID.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetRibbonPanels.() List<RibbonPanel> Get all the custom Panels on Add-Ins tab of Revit.
M GetRibbonPanels(String) List<RibbonPanel> Get all the custom Panels on a designated Revit tab.
M GetRibbonPanels(Tab) List<RibbonPanel> Get all the custom Panels on a designated standard Revit tab.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M LoadAddIn(String) None Loads add-ins from the given manifest file.
M LoadPackageContents(String) None Loads add-ins from the given packageContents.xml file.
M RegisterDockablePane(DockablePaneId, String, IDockablePaneProvider) None Adds a new dockable pane to the Revit user interface.
M RemoveAddInCommandBinding(RevitCommandId) None Removes an AddInCommandBinding.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P ActiveAddInId AddInId Get current active external application or external command id.
P ControlledApplication ControlledApplication Returns the database level ControlledApplication represented by this UI-level ControlledApplication.
P IsLateAddinLoading bool Indicates whether this add-in is loaded on the fly or not. If it is loaded when Revit is starting up, it is false, otherwise it should be true.
P IsViewerModeActive bool Determines if Revit session is in Viewer mode.
P LoadedApplications ExternalApplicationArray Returns an array of successfully loaded external applications.
P MainWindowHandle IntPtr Get the handle of the Revit main window.
P ProductIsRS bool Identifies if the current Revit product has an RS designation. Most add-ins will not need to use this information.