IFrameworkElementCreator Interface

IFrameworkElementCreator Interface

Interface that the Revit UI will call, if present, to construct the FrameworkElement for the pane.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public interface IFrameworkElementCreator
Public Interface IFrameworkElementCreator
public interface class IFrameworkElementCreator
type IFrameworkElementCreator = interface end

The IFrameworkElementCreator type exposes the following members.

Methods
 NameDescription
Public methodCreateFrameworkElement Method called to create the FrameworkElement.
Top
See Also