Click or drag to resize

Ui Constructor

Initializes a new instance of the Ui class

Namespace:  RevitTemplate
Assembly:  RevitTemplate (in RevitTemplate.dll) Version: 2019.1.0.0 (2019.1)
Syntax
public Ui(
	UIApplication uiApp,
	EventHandlerWithStringArg evExternalMethodStringArg,
	EventHandlerWithWpfArg eExternalMethodWpfArg
)

Parameters

uiApp
Type: UIApplication

[Missing <param name="uiApp"/> documentation for "M:RevitTemplate.Ui.#ctor(Autodesk.Revit.UI.UIApplication,RevitTemplate.EventHandlerWithStringArg,RevitTemplate.EventHandlerWithWpfArg)"]

evExternalMethodStringArg
Type: RevitTemplateEventHandlerWithStringArg

[Missing <param name="evExternalMethodStringArg"/> documentation for "M:RevitTemplate.Ui.#ctor(Autodesk.Revit.UI.UIApplication,RevitTemplate.EventHandlerWithStringArg,RevitTemplate.EventHandlerWithWpfArg)"]

eExternalMethodWpfArg
Type: RevitTemplateEventHandlerWithWpfArg

[Missing <param name="eExternalMethodWpfArg"/> documentation for "M:RevitTemplate.Ui.#ctor(Autodesk.Revit.UI.UIApplication,RevitTemplate.EventHandlerWithStringArg,RevitTemplate.EventHandlerWithWpfArg)"]

See Also