<Code Lib>
2027 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
)

  • hostDocument
    The document.
  • hostOrLinkElementId
    The element to be checked for associated Parts.
Return Value Boolean True if the element has associated Parts.

Loading…