The filter element to be selected once Show is invoked.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId FilterToSelect { get; set; }
Property Value
ElementIdThe default is InvalidElementId, resulting in selecting the first available (if any) FilterElement.
Exceptions
| 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 |
