<Code Lib>
M

ElectricalAnalyticalNode.CanConnectToUpstreamNode

Description:
Verifies that the current node can connect to the upstream node.

public bool CanConnectToUpstreamNode(
	ElementId upstreamNodeId
)

  • upstreamNodeId
    The upstream node id.
Return Value Boolean True if the current node can connect to the upstream node.

Loading…