ExclusionFilter Constructor |
Constructs a new instance of a filter to exclude elements automatically.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ExclusionFilter(
ICollection<ElementId> idsToExclude
)
Public Sub New (
idsToExclude As ICollection(Of ElementId)
)
public:
ExclusionFilter(
ICollection<ElementId^>^ idsToExclude
)
new :
idsToExclude : ICollection<ElementId> -> ExclusionFilter
Parameters
- idsToExclude ICollectionElementId
-
The ids to exclude from the results.
Exceptions
See Also