2024 Method
Changes 0
M

PipeInsulation.Create

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