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