RVTDocs.com

ElectricalAnalyticalNode.CanConnectToUpstreamNode

Method
Description:
Verifies that the current node can connect to the upstream node.
Syntax
public bool CanConnectToUpstreamNode(
	ElementId upstreamNodeId
)
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