RVTDocs.com
Namespace: Autodesk.Revit.DB

RoutingCondition

Class
Description:
RoutingCondition represents routing information that is used as input when determining if a routing criterion, such as minimum or maximum diameter, is met.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.RoutingCondition
Syntax
public class RoutingCondition : IDisposable
RoutingCondition Class Members:
Name Description Inherited From
RoutingCondition Creates a new RoutingCondition.
Name Description Inherited From
Diameter The diameter of the segment or fitting specified for the routing condition.
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name Description Inherited From
Dispose Releases all resources used by the RoutingCondition
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object