<Code Lib>
2025 Method
Changes 3
M

ElectricalAnalyticalNode.DisconnectFromUpstreamNode

Description:
Disconnects from upstream node.

public void DisconnectFromUpstreamNode(
	ElementId upstreamNodeId
)

  • upstreamNodeId
    The upstream node id to disconnect from.

  • The id is not an analytical distribution node id. -or- The analytical distribution node can not disconnect from the upstream node.
  • A non-optional argument was null

Loading…