UIApplication Constructor

Use a database level Application to construct a UI-level Application.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public UIApplication(
	Application revitApp
)

Parameters

revitApp  Application
 
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the Application argument is a null pointer.
See Also