<Code Lib>
2021 Method
Changes 0
M

PartUtils.HasAssociatedParts(Document, LinkElementId)

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

public static bool HasAssociatedParts(
	Document hostDocument,
	LinkElementId hostOrLinkElementId
)

Return Value bool True if the element has associated Parts.

Loading…