Revit 2025.3 API
Selection |
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
SelectionUIOptionsThe SelectionOptions for the current user.
See Also