IFrameworkElementCreator
Description:
Interface that the Revit UI will call, if present, to construct the FrameworkElement for the pane.
Interface that the Revit UI will call, if present, to construct the FrameworkElement for the pane.
public interface IFrameworkElementCreator
| Name | Return Type | Description |
|---|---|---|
| CreateFrameworkElement() | FrameworkElement | Method called to create the FrameworkElement. |