ElectricalAnalyticalNode.CanConnectToUpstreamNode
Method
Description:
Verifies that the current node can connect to the upstream node.
Verifies that the current node can connect to the upstream node.
Parameters
Parameter | Type | Description |
---|---|---|
upstreamNodeId | ElementId | The upstream node id. |
Return Value
Type | Description |
---|---|
Boolean | True if the current node can connect to the upstream node. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |