RVTDocs.com

RouteAnalysisSettings.SetIgnoredCategoryIds

Method
Description:
Sets the ElementIds for Category elements which are ignored by route calculation.
Syntax
public void SetIgnoredCategoryIds(
	ICollection<ElementId> categoryIds
)
Parameters
Parameter Type Description
categoryIds ICollection The ids of Categories to be ignored by route calculation.
Return Value
Exceptions
Exception Condition
ArgumentException One or more ElementIds in categoryIds are not valid Category element ids.
ArgumentNullException A non-optional argument was null