2027 Enumeration
Changes 8
E

DoubleClickAction

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