RoutingConditions Constructor

RoutingConditions Constructor

Constructs a new instance of a RoutingConditions object with an indicated error level for conditions that do not meet any routing preference rule.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RoutingConditions(
	RoutingPreferenceErrorLevel errorLevel
)
Public Sub New ( 
	errorLevel As RoutingPreferenceErrorLevel
)
public:
RoutingConditions(
	RoutingPreferenceErrorLevel errorLevel
)
new : 
        errorLevel : RoutingPreferenceErrorLevel -> RoutingConditions

Parameters

errorLevel  RoutingPreferenceErrorLevel
 
Exceptions
ExceptionCondition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
See Also