Revit 2025.3 API
UIApplicationActive |
Get current active external application or external command id.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public AddInId ActiveAddInId { get; }
Public ReadOnly Property ActiveAddInId As AddInId Get
public: property AddInId^ ActiveAddInId { AddInId^ get (); }
member ActiveAddInId : AddInId with get
Property Value
AddInIdSee Also