MechanicalEquipmentSet.AreElementsNotConnectedInSeries
Method
Description:
Checks if the elements are not serially connected.
Checks if the elements are not serially connected.
Syntax
public static bool AreElementsNotConnectedInSeries(
Document document,
ISet<ElementId> elemIds
)
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document of these elements. |
elemIds | ISet | The element ids to be tested. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |