DoubleClickOptions
Description:
Provides access to settings that control what happens when the current user double-clicks on an element.
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.
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
System.Object
Autodesk.Revit.UI.DoubleClickOptions
public class DoubleClickOptions : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the DoubleClickOptions | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetAction(DoubleClickTarget) | DoubleClickAction | Returns the active user's desired action for a particular double-click target. | |
| GetDoubleClickOptions() | DoubleClickOptions | Returns the current user's DoubleClickOptions. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetRenameOnSlowDoubleClickInProjectBrowser() | Boolean | Returns the user's desire to rename item in project browser on slow double-click. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsSupportedAction(DoubleClickTarget, DoubleClickAction) | Boolean | Checks whether the specified double-click target supports the specified action. | |
| SetAction(DoubleClickTarget, DoubleClickAction) | None | Changes the double-click action associated with a specified target. | |
| SetRenameOnSlowDoubleClickInProjectBrowser(Boolean) | None | Sets whether the desired action is to rename item in project browser on slow double-click. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |