Returns an array of successfully loaded external applications.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
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
Reference