2021 Method
Changes 0
M

DuctInsulation.Create

Description:
Creates a new instance of duct insulation.
public static DuctInsulation Create(
	Document document,
	ElementId ductOrContentElementId,
	ElementId ductInsulationTypeId,
	double Thickness
)
  • document
    The document.
  • ductOrContentElementId
    The duct , fitting or accessory ElementId to which insulation will be added.
  • ductInsulationTypeId
    The duct insulation type. If the input duct insulation type is InvalidElementId, the default insulation type from the document will be used.
  • Double
    Thickness
    The thickness of the insulation.
Return Value DuctInsulation The newly created duct insulation.