Converts a collection of pipe placeholder elements into pipe elements.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| Visual Basic |
|---|
Public Shared Function ConvertPipePlaceholders ( _
document As Document, _
placeholderIds As ICollection(Of ElementId) _
) As ICollection(Of ElementId) |
| Visual C++ |
|---|
public:
static ICollection<ElementId^>^ ConvertPipePlaceholders(
Document^ document,
ICollection<ElementId^>^ placeholderIds
) |
Parameters
- document
- Type: Autodesk.Revit.DB..::..Document
The document.
- placeholderIds
- Type: System.Collections.Generic..::..ICollection<(Of <(<'ElementId>)>)>
A collection of element IDs of pipe placeholders.
Return Value
A collection of element IDs of pipe and fitting.
Remarks
Exceptions
See Also