Share

RoutingPreferenceErrorLevel Enumeration

An enumerated type listing the options for posting errors or warnings when routing preferences are not satisfied.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public enum RoutingPreferenceErrorLevel

Members

Member nameValueDescription
Error2 Post Revit errors if there is no rule in the routing preference satisfying the current condition.
None0 Do not post any warning or error if there is no rule in the routing preference satisfying the current condition.
Warning1 Post Revit warnings if there is no rule in the routing preference satisfying the current condition.

See Also

Reference

Was this information helpful?