Identifies whether Part elements may be merged.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool ArePartsValidForMerge( Document document, ICollection<ElementId> partIds )
Parameters
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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |