<Code Lib>
2027 Method
Changes 0
M

RouteAnalysisSettings.GetExcludedCategoryIds

Description:
Returns ElementIds for Category elements which are excluded (not taken into account) by route calculation. These categories are always excluded, regardless of the value.

public ICollection<ElementId> GetExcludedCategoryIds()

ICollection<ElementId> The ids of Categories which are excluded by route calculation.

Loading…