RoutingConditions Members

The RoutingConditions type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodAppendCondition
Appends a routing condition to the end of existing routing conditions. Note that the first item (indexed at 0) is the condition for the primary connector.
Public methodClear
Clear all existing conditions
Public methodDispose
Releases all resources used by the RoutingConditions
Public methodEquals (Inherited from Object.)
Public methodGetConditionAt
Gets the routing condition at the specified index position.
Public methodGetHashCode (Inherited from Object.)
Public methodGetNumberOfConditions
Gets the number of included routing conditions.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyErrorLevel
The error level that the routing preference manager should post errors if the routing conditions do not meet any routing preference rule, could be None, Warning, or Error
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyPreferredJunctionType
The junction type (Tee or Tap) to select if defined fittings of both junction types meet all routing conditions.

See Also