<Code Lib>
2024 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
)

Return Value FamilyInstance The new stiffener family instance.

Loading…