2027 Class
Changes 0
C

ApplicationEntryPoint

Description:
For Revit Macros use only.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.UIApplication
    Autodesk.Revit.UI.Macros.ApplicationEntryPoint
Name Return Type Description Inherited From
C ApplicationEntryPoint() None Initializes a new instance of the ApplicationEntryPoint class
Name Return Type Description Inherited From
E ApplicationClosing event Subscribe to the ApplicationClosing event to be notified when the Revit application is just about to be closed. (Inherited from UIApplication ) UIApplication
E DialogBoxShowing event Subscribe to the DialogBoxShowing event to be notified when Revit is just about to show a dialog box or a message box. (Inherited from UIApplication ) UIApplication
E DisplayingOptionsDialog event Subscribe to the options dialog displaying event to be notified when Revit options dialog is displaying. (Inherited from UIApplication ) UIApplication
E DockableFrameFocusChanged event Subscribe to this event to be notified when a Revit GenericDockableFrame has gained focus or lost focus in the Revit user interface. This event is called only for API-created GenericDockableFrames. (Inherited from UIApplication ) UIApplication
E DockableFrameVisibilityChanged event Subscribe to this event to be notified when a Revit GenericDockableFrame has been shown or hidden in the Revit user interface. This event is called only for API-created GenericDockableFrames. (Inherited from UIApplication ) UIApplication
E FabricationPartBrowserChanged event Subscribe to MEP Fabrication part browser changed event to be notified when MEP Fabrication part browser is updated. (Inherited from UIApplication ) UIApplication
E FormulaEditing event Subscribe to the FormulaEditing event to be notified when the edit formula button has been clicked. (Inherited from UIApplication ) UIApplication
E Idling event Subscribe to the Idling event to be notified when Revit is not in an active tool or transaction. (Inherited from UIApplication ) UIApplication
E MacroUpdated event MacroUpdated. (Inherited from UIApplication ) UIApplication
E SelectionChanged event Subscribe to the SelectionChanged event to be notified after the selection was changed. (Inherited from UIApplication ) UIApplication
E ThemeChanged event Subscribe to the ThemeChanged event to be notified after the theme was changed. (Inherited from UIApplication ) UIApplication
E TransferredProjectStandards event Subscribe to the TransferredProjectStandards event to be notified after the scope of a Transfer Project Standards operation has been finalized. (Inherited from UIApplication ) UIApplication
E TransferringProjectStandards event Subscribe to the TransferringProjectStandards event to be notified before the scope of an impending Transfer Project Standards operation has been finalized in the Transfer Project Standards dialog. (Inherited from UIApplication ) UIApplication
E ViewActivated event Subscribe to the ViewActivated event to be notified immediately after Revit has finished activating a view of a document. (Inherited from UIApplication ) UIApplication
E ViewActivating event Subscribe to the ViewActivating event to be notified when Revit is just about to activate a view of a document. (Inherited from UIApplication ) UIApplication
Name Return Type Description Inherited From
M CanPostCommand(RevitCommandId) Boolean Identifies if the given command can be posted, using PostCommand(RevitCommandId) . (Inherited from UIApplication ) UIApplication
M CreateAddInCommandBinding(RevitCommandId) AddInCommandBinding Creates a new AddInCommandBinding. (Inherited from UIApplication ) UIApplication
M CreateRibbonPanel(String) RibbonPanel (Overrides UIApplication . CreateRibbonPanel(String) )
M CreateRibbonPanel(String, String) RibbonPanel (Overrides UIApplication . CreateRibbonPanel(String, String) )
M CreateRibbonPanel(Tab, String) RibbonPanel (Overrides UIApplication . CreateRibbonPanel(Tab, String) )
M CreateRibbonTab(String) None (Overrides UIApplication . CreateRibbonTab(String) )
M Dispose() None (Inherited from UIApplication ) UIApplication
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M FinishInitializationEO() None For Revit Macros internal use only.
M GetDockablePane(DockablePaneId) DockablePane Gets a DockablePane object by its ID. (Inherited from UIApplication ) UIApplication
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetRibbonPanels() List<RibbonPanel> (Overrides UIApplication . GetRibbonPanels () )
M GetRibbonPanels(String) List<RibbonPanel> (Overrides UIApplication . GetRibbonPanels(String) )
M GetRibbonPanels(Tab) List<RibbonPanel> (Overrides UIApplication . GetRibbonPanels(Tab) )
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M Initialize(Object, String) None For Revit Macros internal use only.
M LoadAddIn(String) None Loads add-ins from the given manifest file. (Inherited from UIApplication ) UIApplication
M LoadPackageContents(String) None Loads add-ins from the given packageContents.xml file. (Inherited from UIApplication ) UIApplication
M OnShutdownEO() None For Revit Macros internal use only.
M OpenAndActivateDocument(String) UIDocument Opens and activates a Revit document. (Inherited from UIApplication ) UIApplication
M OpenAndActivateDocument(ModelPath, OpenOptions, Boolean) UIDocument Opens and activates a Revit document, include both local document or cloud document. (Inherited from UIApplication ) UIApplication
M OpenAndActivateDocument(ModelPath, OpenOptions, Boolean, IOpenFromCloudCallback) UIDocument Opens and activates a Revit document, include both local document or cloud document. (Inherited from UIApplication ) UIApplication
M PostCommand(RevitCommandId) None Posts the command to the Revit message queue to be invoked when control returns from the current API context. (Inherited from UIApplication ) UIApplication
M RegisterContextMenu(String, IContextMenuCreator) None Adds a new context menu creator. (Inherited from UIApplication ) UIApplication
M RegisterDockablePane(DockablePaneId, String, IDockablePaneProvider) None Adds a new dockable pane to the Revit user interface. (Inherited from UIApplication ) UIApplication
M RemoveAddInCommandBinding(RevitCommandId) None Removes an AddInCommandBinding. (Inherited from UIApplication ) UIApplication
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. (Inherited from UIApplication ) UIApplication
P ActiveUIDocument UIDocument Provides access to an object that represents the currently active project. (Inherited from UIApplication ) UIApplication
P AddinFolder string The full path to the Revit Macros module.
P Application Application Returns the database level Application represented by this UI level Application. (Inherited from UIApplication ) UIApplication
P DrawingAreaExtents Rectangle Get the rectangle that represents the screen pixel coordinates of drawing area. (Inherited from UIApplication ) UIApplication
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity. (Inherited from UIApplication ) UIApplication
P IsViewerModeActive bool Obsolete. Determines if Revit session is in Viewer mode. (Inherited from UIApplication ) UIApplication
P LoadedApplications ExternalApplicationArray Returns an array of successfully loaded external applications. (Inherited from UIApplication ) UIApplication
P MainWindowExtents Rectangle Get the rectangle that represents the screen pixel coordinates of the Revit main window. (Inherited from UIApplication ) UIApplication
P MainWindowHandle IntPtr Get the handle of the Revit main window. (Inherited from UIApplication ) UIApplication
P ProductIsRS bool Identifies if the current Revit product has an RS designation. Most add-ins will not need to use this information. (Inherited from UIApplication ) UIApplication