ConvertPipePlaceholders Method


Plumbing Utils Convert Pipe Placeholders Method


Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static ICollection<ElementId> ConvertPipePlaceholders(
	Document document,
	ICollection<ElementId> placeholderIds
)

Parameters

document Document
placeholderIds ICollection ElementId

Return Value

ICollection ElementId
See Also