Share

IExternalApplication Interface

An interface that supports addition of external applications to Revit.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public interface IExternalApplication

The IExternalApplication type exposes the following members.

Methods

 NameDescription
Public methodOnShutdownImplement this method to execute some tasks when Autodesk Revit shuts down.
Public methodOnStartupImplement this method to execute some tasks when Autodesk Revit starts.

Remarks

External applications are permitted to customize the Revit UI, and to add events and updaters to the session.

See Also

Reference

Was this information helpful?