Share

RouteAnalysisSettings.EnableIgnoredCategoryIds Property

When this setting is true, elements with category ids returned by GetIgnoredCategoryIds will be ignored in route calculation. default is true as all elements with the Door Category Id are ignored by default.



Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool EnableIgnoredCategoryIds { get; set; }

Property Value

Boolean

See Also

Reference

Was this information helpful?