<Code Lib>
2022 Method
Changes 4
M

PartUtils.CreateMergedPart

Description:
Create a single merged part which represents the Parts specified by partsToMerge.

public static PartMaker CreateMergedPart(
	Document document,
	ICollection<ElementId> partIds
)

Return Value nullNothingnullptr The newly created PartMaker. null Nothing nullptr a null reference ( Nothing in Visual Basic) if no parts are merged.

Loading…