Revit 2025.3 API
Route |
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetIgnoredCategoryIds( ICollection<ElementId> categoryIds )
Public Sub SetIgnoredCategoryIds ( categoryIds As ICollection(Of ElementId) )
public: void SetIgnoredCategoryIds( ICollection<ElementId^>^ categoryIds )
member SetIgnoredCategoryIds : categoryIds : ICollection<ElementId> -> unit
Parameters
- categoryIds ICollectionElementId
See Also