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

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

Loading…