2027 Method
Changes 0
M

PartUtils.ArePartsValidForDivide

Description:
Identifies if provided members are valid for dividing parts.
public static bool ArePartsValidForDivide(
	Document document,
	ICollection<ElementId> elementIdsToDivide
)
  • document
    The document.
  • ICollection<ElementId>
    elementIdsToDivide
    Element ids to be tested for validity for dividing parts.
Return Value Boolean True if all member ids are valid, false otherwise.