Revit 2026 API
Filter |
The filter element to be selected once Show is invoked.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId FilterToSelect { get; set; }
Public Property FilterToSelect As ElementId Get Set
public: property ElementId^ FilterToSelect { ElementId^ get (); void set (ElementId^ value); }
member FilterToSelect : ElementId with get, set
Property Value
ElementIdThe default is InvalidElementId, resulting in selecting the first available (if any) FilterElement.
| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The supplied ElementId id is not of a FilterElement. |
| ArgumentNullException | When setting this property: A non-optional argument was null |
See Also