<Code Lib>
2023 Constructor
Changes 0
C

RoutingPreferenceRule()

Description:
Constructs a RoutingPreferenceRule containing a segment or fitting Id (MEPPartId) and description.

public RoutingPreferenceRule(
	ElementId MEPPartId,
	string description
)

  • MEPPartId
    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.
  • String
    description
    The description of the rule.

Loading…