2020 Method
Changes 0
M

PartUtils.GetAssociatedParts

Description:
Returns all Parts that are associated with the given element.
Overloads (2):
GetAssociatedParts(Document,ElementId,Boolean,Boolean)
public static ICollection<ElementId> GetAssociatedParts(
	Document hostDocument,
	ElementId elementId,
	bool includePartsWithAssociatedParts,
	bool includeAllChildren
)
Return Value ICollection<ElementId> Parts that are associated to the element.