<Code Lib>
2020 Method
Changes 0
M

PartUtils.HasAssociatedParts(Document, ElementId)

Description:
Checks if an element has associated parts.
Overloads (2):
HasAssociatedParts(Document,ElementId)

public static bool HasAssociatedParts(
	Document hostDocument,
	ElementId elementId
)

Return Value bool True if the element has associated Parts.

Loading…