Part |
Identifies whether Part elements may be merged.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

public static bool ArePartsValidForMerge(
Document document,
ICollection<ElementId> partIds
)
Parameters
- document Document
- The document.
- partIds ICollection ElementId
- Element ids of Parts.
Return Value
BooleanTrue if all element ids correspond to Part elements, none of the parts already has associated parts, the parts have contiguous geometry, all report the same materials, and all have the same creation and demolition phases.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
