RVTDocs.com

ElectricalAnalyticalNode.ConnectToUpstreamNode

Method
Description:
Connects to upstream node.
Syntax
public void ConnectToUpstreamNode(
	ElementId upstreamNodeId
)
Parameters
Parameter Type Description
upstreamNodeId ElementId The upstream node id.
Return Value
Exceptions
Exception Condition
ArgumentException The id is not an analytical distribution node id. -or- The analytical distribution node is full of downstream nodes. -or- The analytical distribution node can not connect to the upstream node.
ArgumentNullException A non-optional argument was null
InvalidOperationException The analytical distribution node is full of upstream nodes.