PartUtils.ArePartsValidForDivide
Description:
Identifies if provided members are valid for dividing parts.
Identifies if provided members are valid for dividing parts.
public static bool ArePartsValidForDivide(
Document document,
ICollection<ElementId> elementIdsToDivide
)
-
documentThe document.
-
elementIdsToDivideElement ids to be tested for validity for dividing parts.
Return Value
bool
True if all member ids are valid, false otherwise.
-
A non-optional argument was NULL