DoubleClickTarget Enumeration

Elements that support double-click in Revit. Note that this is meant to cover cases where the element itself is a double-click target. Individual controls that are targets are handled separately.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum DoubleClickTarget
Members
Member nameValueDescription
Family0 Family instances
SketchedElement1 Sketch-based elements
ViewOnSheet2 Views on sheets
Assembly3 Assemblies
Group4 Groups
ComponentStairs5 Component-based stairs
OutsideViewOnSheet6 Outside active view on sheet
See Also