Revit 2026 API
Dockable |
Wrapper function that returns the FrameworkElement for this provider.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FrameworkElement GetFrameworkElement()
Public Function GetFrameworkElement As FrameworkElement
public: FrameworkElement^ GetFrameworkElement()
member GetFrameworkElement : unit -> FrameworkElement
Return Value
FrameworkElementFrameworkElement to use as the pane's user interface.
If an IFrameworkElementCreator is provided, that will be called to generate the element,
otherwise, the FrameworkElement associated with the provider is returned.
See Also