Share

SelectionFilterAction Enumeration

An enumerated type containing the type of actions that may be taken with a selection filter applied to a point cloud.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum SelectionFilterAction

Members

Member nameValueDescription
Highlight1 Points that pass the filter are highlighted.
Isolate2 Only points that pass the filter are visible.
None0 Selection filter is ignored.

See Also

Reference

Was this information helpful?