Revit 2024 API |
UIApplication Methods |
UIApplication Class See Also |
The UIApplication type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CanPostCommand | Identifies if the given command can be posted, using PostCommand(RevitCommandId). |
![]() | CreateAddInCommandBinding | Creates a new AddInCommandBinding. |
![]() | CreateRibbonPanel(String) | Create a new RibbonPanel on the Add-Ins tab. |
![]() | CreateRibbonPanel(String, String) | Create a new RibbonPanel on the specified tab. |
![]() | CreateRibbonPanel(Tab, String) | Create a new RibbonPanel on the designated standard Revit tab. |
![]() | CreateRibbonTab | Creates a new tab on the Revit user interface. |
![]() | Dispose | |
![]() ![]() | DoDragDrop(ICollection<(Of <<'(String>)>>)) | Initiates a drag and drop operation of a collection of file names on the Revit user interface. |
![]() ![]() | DoDragDrop(Object, IDropHandler) | Initiates a drag and drop operation with a custom drop implementation. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetDockablePane | Gets a DockablePane object by its ID. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetRibbonPanels()()()() | Get all the custom Panels on Add-Ins tab of Revit. |
![]() | GetRibbonPanels(String) | Get all the custom Panels on a designated Revit tab. |
![]() | GetRibbonPanels(Tab) | Get all the custom Panels on a designated standard Revit tab. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadAddIn | Loads add-ins from the given manifest file. |
![]() | LoadPackageContents | Loads add-ins from the given packageContents.xml file. |
![]() | OpenAndActivateDocument(String) |
Opens and activates a Revit document.
|
![]() | OpenAndActivateDocument(ModelPath, OpenOptions, Boolean) |
Opens and activates a Revit document, include both local document or cloud document.
|
![]() | OpenAndActivateDocument(ModelPath, OpenOptions, Boolean, IOpenFromCloudCallback) |
Opens and activates a Revit document, include both local document or cloud document.
|
![]() | PostCommand | Posts the command to the Revit message queue to be invoked when control returns from the current API context. |
![]() | RegisterDockablePane | Adds a new dockable pane to the Revit user interface. |
![]() | RemoveAddInCommandBinding | Removes an AddInCommandBinding. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |