Revit 2026 API
Selection |
Indicates whether elements can be selected by clicking on the interior of a face.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool SelectFaces { get; set; }
Public Property SelectFaces As Boolean Get Set
public: property bool SelectFaces { bool get (); void set (bool value); }
member SelectFaces : bool with get, set
Property Value
Boolean
When this setting is false, users must click on an edge or vertex of an element
in order to select the corresponding element. When it is true, users may also select elements by clicking
on the interior of a face of an element.
See Also