2027 Method
Changes 0
M

MassInstanceUtils.GetJoinedElementIds

Description:
Get the ElementIds of Elements that are joined to a mass instance.
public static IList<ElementId> GetJoinedElementIds(
	Document document,
	ElementId massInstanceId
)
  • document
    The Document.
  • massInstanceId
    The ElementId of the mass instance.
Return Value IList<ElementId> ElementIds of Elements joined to the mass instance.