RouteAnalysisSettings.SetIgnoredCategoryIds
Method
Description:
Sets the ElementIds for Category elements which are ignored by route calculation.
Sets the ElementIds for Category elements which are ignored by route calculation.
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 |