Retrieves the element ids of the source elements of a merged part.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2013
Syntax
C# |
---|
public static ICollection<ElementId> GetMergedParts( Part part ) |
Visual Basic |
---|
Public Shared Function GetMergedParts ( _ part As Part _ ) As ICollection(Of ElementId) |
Visual C++ |
---|
public: static ICollection<ElementId^>^ GetMergedParts( Part^ part ) |
Parameters
- part
- Type: Autodesk.Revit.DB..::..Part
A merged part.
Return Value
The element ids of the parts that were merged to create the specified merged part.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The specified Part is not a merged part. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |