Class RevitApp
The base class implementation of RevitExternalAppBase using Container implementation for convinience
This class provides OnStartup, OnCreateRibbon, and OnShutdown lifecycle events.
IMPORTANT: Any children of this class should implement ContainerProviderAttribute as well
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Onbox.Revit.V8.Applications
Assembly: Onbox.Revit.dll
Syntax
public abstract class RevitApp : RevitAppBase<Container>, IRevitExternalApp, IExternalApplication
Implements
Autodesk.Revit.UI.IExternalApplication