Get current active external application or external command id.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public AddInId ActiveAddInId { get; } |
Visual Basic |
---|
Public ReadOnly Property ActiveAddInId As AddInId
Get |
Visual C++ |
---|
public:
property AddInId^ ActiveAddInId {
AddInId^ get ();
} |
See Also