2024 Method
Changes 0
M

PlumbingUtils.ConvertPipePlaceholders

Description:
Converts a collection of pipe placeholder elements into pipe elements.
Remarks:
Once conversion succeeds, the pipe placeholder elements are deleted. The new pipe and fitting elements are created and connections are established.
public static ICollection<ElementId> ConvertPipePlaceholders(
	Document document,
	ICollection<ElementId> placeholderIds
)
Return Value ICollection<ElementId> A collection of element IDs of pipe and fitting.