Revit 2026 API
Element |
Initializes a new instance of the ElementIdSetFilter class
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementIdSetFilter( ICollection<ElementId> idsToInclude )
Public Sub New ( idsToInclude As ICollection(Of ElementId) )
public: ElementIdSetFilter( ICollection<ElementId^>^ idsToInclude )
new : idsToInclude : ICollection<ElementId> -> ElementIdSetFilter
Parameters
- idsToInclude ICollectionElementId
See Also