SelectionUIOptions.GetSelectionUIOptions Method

SelectionUIOptionsGetSelectionUIOptions Method

Returns the current user's SelectionOptions.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static SelectionUIOptions GetSelectionUIOptions()
Public Shared Function GetSelectionUIOptions As SelectionUIOptions
public:
static SelectionUIOptions^ GetSelectionUIOptions()
static member GetSelectionUIOptions : unit -> SelectionUIOptions 

Return Value

SelectionUIOptions
The SelectionOptions for the current user.
See Also