RoutingPreferenceRule
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AddCriterion(RoutingCriterionBase) | None | Adds a new routing criterion. | |
| Dispose() | None | Releases all resources used by the RoutingPreferenceRule | |
| Equals | None | (Inherited from Object .) | Object . |
| GetCriterion(Int32) | RoutingCriterionBase | Gets the specified criteria. | |
| GetHashCode | None | (Inherited from Object .) | Object . |
| GetType | None | (Inherited from Object .) | Object . |
| RemoveCriteron(Int32) | None | Removes an existing criterion. | |
| ToString | None | (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Description | string | The description of the routing preference rule. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | |
| MEPPartId | ElementId | The referenced MEPPart (segment or fitting) type in this rule. It may be InvalidElementId if no MEPPart will be allowed when the conditions satisfy the criteria in this rule. | |
| NumberOfCriteria | int | Gets the number of routing criteria. | |
| RoutingPreferenceManager | RoutingPreferenceManager | Gets the routing preference manager that owns this rule. |