Namespace:
Autodesk.Revit.UI
UIControlledApplication
Class
Description:
Represents the Autodesk Revit user interface, providing access to UI customization methods and events.
Represents the Autodesk Revit user interface, providing access to UI customization methods and events.
Remarks:
This class does not provide access to documents because it is provided to you through the ExternalApplication OnStartup()/OnShutdown() methods, and those methods are when it is not possible to work with Revit documents. You can work with documents by getting them from the UIApplication class; that class is obtained from events and ExternalCommand callbacks.
This class does not provide access to documents because it is provided to you through the ExternalApplication OnStartup()/OnShutdown() methods, and those methods are when it is not possible to work with Revit documents. You can work with documents by getting them from the UIApplication class; that class is obtained from events and ExternalCommand callbacks.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.UI.UIControlledApplication
System.Object
Autodesk.Revit.UI.UIControlledApplication
Syntax
public class UIControlledApplication