2022 Class
Changes 1
C

DoubleClickOptions

Description:
Provides access to settings that control what happens when the current user double-clicks on an element.
Remarks:
These settings are stored on a per-user basis. Revit will follow these settings for all projects and families for this user.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.DoubleClickOptions
public class DoubleClickOptions : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetAction(DoubleClickTarget) DoubleClickAction Returns the active user's desired action for a particular double-click target.
M GetDoubleClickOptions() DoubleClickOptions Returns the current user's DoubleClickOptions.
M GetRenameOnSlowDoubleClickInProjectBrowser() bool Returns the user's desire to rename item in project browser on slow double-click.
M IsSupportedAction(DoubleClickTarget, DoubleClickAction) bool Checks whether the specified double-click target supports the specified action.
M SetAction(DoubleClickTarget, DoubleClickAction) None Changes the double-click action associated with a specified target.
M SetRenameOnSlowDoubleClickInProjectBrowser(Boolean) None Sets whether the desired action is to rename item in project browser on slow double-click.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.