Retrieves an object that represents the current Application.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public UIApplication Application { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Application As UIApplication Get |
| Visual C++ |
|---|
public: property UIApplication^ Application { UIApplication^ get (); } |