Retrieves the element ids of the source elements of a merged part.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ICollection<ElementId> GetMergedParts(
Part part
)
Parameters
- part Part
-
A merged part.
Return Value
ICollection<ElementId>
The element ids of the parts that were merged to create the specified merged part.
Exceptions
See Also
Reference