RVTDocs.com
Namespace: Autodesk.Revit.DB Class: PartUtils

PartUtils.GetMergedParts

Method
Description:
Retrieves the element ids of the source elements of a merged part.
Syntax
public static ICollection<ElementId> GetMergedParts(
	Part part
)
Parameters
Parameter Type Description
part Part A merged part.
Return Value
Type Description
ICollection The element ids of the parts that were merged to create the specified merged part.
Exceptions
Exception Condition
ArgumentException The specified Part is not a merged part.
ArgumentNullException A non-optional argument was null