Share

RouteAnalysisSettings.GetIgnoredCategoryIds Method

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.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

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

Was this information helpful?