Click or drag to resize

RevitActiveUIApplication Property

Gets the active Autodesk.Revit.UI.UIApplication in the current UI session.

Namespace:  RhinoInside.Revit
Assembly:  RhinoInside.Revit (in RhinoInside.Revit.dll) Version: 1.7.8130
Syntax
public static Autodesk.Revit.UI.UIApplication ActiveUIApplication { get; }

Property Value

Type: Autodesk.Revit.UI.UIApplication
Remarks
Provides access to windows, documents, events used at UI level.
See Also