Share

UIApplication.LoadedApplications Property

Returns an array of successfully loaded external applications.


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

Was this information helpful?