Checks whether the specified double-click target supports the specified action.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsSupportedAction(
DoubleClickTarget target,
DoubleClickAction action
)
Parameters
- target DoubleClickTarget
-
The double-click target to check.
- action DoubleClickAction
-
The desired double-click action.
Return Value
Boolean
True if the target supports the specified action, false otherwise.
Exceptions
See Also
Reference