2020 Enumeration
Changes 1
E

DoubleClickAction

Description:
Possible actions Revit can take in response to the user double-clicking on an element.
public enum DoubleClickAction
Name Description
E NoAction Double-clicks should be ignored.
E EditFamily Double-click should open the family for editing.
E EditType Double-click should take the user to the edit type dialog.
E ActivateView Double-click should activate the view or schedule.
E EnterEditMode Double-click will enter a specific edit mode for the element.
E DeactivateView Double-click should deactivate the active view.