Revit 2026 API
Exclusion |
Initializes a new instance of the ExclusionFilter class
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public 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
See Also