LoadedApplications Property


UIApplication Loaded Applications Property

Returns an array of successfully loaded external applications.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public virtual ExternalApplicationArray LoadedApplications { get; }

Property Value

ExternalApplicationArray
Remarks
This property can be used by your application to find all successfully loaded external applications when Revit starts.
See Also