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