RoutingPreferenceRule Constructor |
Constructs a RoutingPreferenceRule containing a segment or fitting Id (MEPPartId) and description.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic RoutingPreferenceRule(
ElementId MEPPartId,
string description
)
Public Sub New (
MEPPartId As ElementId,
description As String
)
public:
RoutingPreferenceRule(
ElementId^ MEPPartId,
String^ description
)
new :
MEPPartId : ElementId *
description : string -> RoutingPreferenceRule
Parameters
- MEPPartId ElementId
-
The Id of the segment or fitting. InvalidElementId may be specified if no MEPPart will be allowed when the conditions satisfy the criteria in this rule.
- description String
-
The description of the rule.
Exceptions
See Also