PartUtilsGetMergedParts Method |
Retrieves the element ids of the source elements of a merged part.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static ICollection<ElementId> GetMergedParts(
Part part
)
Public Shared Function GetMergedParts (
part As Part
) As ICollection(Of ElementId)
public:
static ICollection<ElementId^>^ GetMergedParts(
Part^ part
)
static member GetMergedParts :
part : Part -> ICollection<ElementId>
Parameters
- part Part
-
A merged part.
Return Value
ICollectionElementId
The element ids of the parts that were merged to create the specified merged part.
Exceptions
See Also