Share

ApplicationEntryPoint Methods

The ApplicationEntryPoint type exposes the following members.

Methods

 NameDescription
Public methodCanPostCommand Identifies if the given command can be posted, using PostCommand(RevitCommandId).
(Inherited from UIApplication)
Public methodCreateAddInCommandBindingCreates a new AddInCommandBinding.
(Inherited from UIApplication)
Public methodCreateRibbonPanel(String)
(Overrides UIApplication.CreateRibbonPanel(String))
Public methodCreateRibbonPanel(String, String)
(Overrides UIApplication.CreateRibbonPanel(String, String))
Public methodCreateRibbonPanel(Tab, String)
(Overrides UIApplication.CreateRibbonPanel(Tab, String))
Public methodCreateRibbonTab
(Overrides UIApplication.CreateRibbonTab(String))
Public methodDispose
(Inherited from UIApplication)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFinishInitializationEO For Revit Macros internal use only.
Public methodGetDockablePaneGets a DockablePane object by its ID.
(Inherited from UIApplication)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetRibbonPanels()
(Overrides UIApplication.GetRibbonPanels())
Public methodGetRibbonPanels(String)
(Overrides UIApplication.GetRibbonPanels(String))
Public methodGetRibbonPanels(Tab)
(Overrides UIApplication.GetRibbonPanels(Tab))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize For Revit Macros internal use only.
Public methodLoadAddInLoads add-ins from the given manifest file.
(Inherited from UIApplication)
Public methodLoadPackageContentsLoads add-ins from the given packageContents.xml file.
(Inherited from UIApplication)
Public methodOnShutdownEO For Revit Macros internal use only.
Public methodOpenAndActivateDocument(String) Opens and activates a Revit document.
(Inherited from UIApplication)
Public methodOpenAndActivateDocument(ModelPath, OpenOptions, Boolean) Opens and activates a Revit document, include both local document or cloud document.
(Inherited from UIApplication)
Public methodOpenAndActivateDocument(ModelPath, OpenOptions, Boolean, IOpenFromCloudCallback) Opens and activates a Revit document, include both local document or cloud document.
(Inherited from UIApplication)
Public methodPostCommand Posts the command to the Revit message queue to be invoked when control returns from the current API context.
(Inherited from UIApplication)
Public methodRegisterContextMenuAdds a new context menu creator.
(Inherited from UIApplication)
Public methodRegisterDockablePaneAdds a new dockable pane to the Revit user interface.
(Inherited from UIApplication)
Public methodRemoveAddInCommandBindingRemoves an AddInCommandBinding.
(Inherited from UIApplication)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?