ElectricalAnalyticalNode.CanConnectToUpstreamNode
Description:
Verifies that the current node can connect to the upstream node.
Verifies that the current node can connect to the upstream node.
public bool CanConnectToUpstreamNode(
ElementId upstreamNodeId
)
-
upstreamNodeIdThe upstream node id.
Return Value
bool
True if the current node can connect to the upstream node.
-
The analytical distribution node is full of downstream nodes.
-
A non-optional argument was null
-
The analytical distribution node is full of upstream nodes.