RoutingPreferenceErrorLevel
Description:
An enumerated type listing the options for posting errors or warnings when routing preferences are not satisfied.
An enumerated type listing the options for posting errors or warnings when routing preferences are not satisfied.
public enum RoutingPreferenceErrorLevel
| Name | Description |
|---|---|
| Error | Post Revit errors if there is no rule in the routing preference satisfying the current condition. |
| None | Do not post any warning or error if there is no rule in the routing preference satisfying the current condition. |
| Warning | Post Revit warnings if there is no rule in the routing preference satisfying the current condition. |