Namespace:
Autodesk.Revit.UI
EditorInteractionType
Enumeration
Description:
Defines the type of interactions a pane has with the active editor when it becomes active in the Revit UI.
Defines the type of interactions a pane has with the active editor when it becomes active in the Revit UI.
EditorInteractionType Enumeration Members:
Name | Description |
---|---|
0 | Dismiss the active editor during pane activation. This results in the current selection being cleared and the editor canceled. One example built-in dockable pane that uses this mode is the Revit Project Browser. |
1 | Keeps the active editor alive during pane activation. This results in the current selection being kept active and available to the pane. One example built-in dockable pane that uses this mode is the Revit Property Palette. |