2026 Method
Changes 4
M

MEPSupportUtils.CreateDuctworkStiffener

Description:
Create family based stiffener on the specified fabrication ductwork.
public static FamilyInstance CreateDuctworkStiffener(
	Document document,
	ElementId familySymbolId,
	ElementId hostId,
	double distanceFromHostEnd
)
  • document
    The document.
  • familySymbolId
    The id of a stiffener FamilySymbol.
  • hostId
    The id of the host ductwork.
  • Double
    distanceFromHostEnd
    The distance from the host primary end to place the hosted instance. Units are in feet (ft).
Return Value FamilyInstance The new stiffener family instance.