<Code Lib>
2021 Method
Changes 0
M

RouteAnalysisSettings.SetIgnoredCategoryIds

Description:
Sets the ElementIds for Category elements which are ignored by route calculation.

public void SetIgnoredCategoryIds(
	ICollection<ElementId> categoryIds
)

  • ICollection<ElementId>
    categoryIds
    The ids of Categories to be ignored by route calculation.

Loading…