DoubleClickAction Enumeration

DoubleClickAction Enumeration

Possible actions Revit can take in response to the user double-clicking on an element.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum DoubleClickAction
Public Enumeration DoubleClickAction
public enum class DoubleClickAction
type DoubleClickAction
Members
Member nameValueDescription
ActivateView3 Double-click should activate the view or schedule.
DeactivateView5 Double-click should deactivate the active view.
EditFamily1 Double-click should open the family for editing.
EditType2 Double-click should take the user to the edit type dialog.
EnterEditMode4 Double-click will enter a specific edit mode for the element.
NoAction0 Double-clicks should be ignored.
See Also