UIApplicationLoadedApplications Property

Returns an array of successfully loaded external applications.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.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