PartUtils.ArePartsValidForDivide
Method
Description:
Identifies if provided members are valid for dividing parts.
Identifies if provided members are valid for dividing parts.
Syntax
public static bool ArePartsValidForDivide(
Document document,
ICollection<ElementId> elementIdsToDivide
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document. |
elementIdsToDivide | ICollection | Element ids to be tested for validity for dividing parts. |
Return Value
Type | Description |
---|---|
Boolean | True if all member ids are valid, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |