Returns the active user's desired action for a particular double-click target.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public DoubleClickAction GetAction( DoubleClickTarget target )
Parameters
- target DoubleClickTarget
- The target to check.
Return Value
DoubleClickActionThe user's desired action for the specified target.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
