Returns ElementIds for Category elements which are ignored (not taken into account) route calculation.
To enable ignoring of these categories,
EnableIgnoredCategoryIds must be set to true.
If an ignored category has sub-categories, then the sub-categories will be ignored as well.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ICollection<ElementId> GetIgnoredCategoryIds()
Return Value
ICollection<ElementId>
The ids of Categories which are ignored by route calculation. By default, the set contains the Doors Category.
See Also
Reference