RVTDocs.com

ElectricalAnalyticalNode.CanDisconnectFromUpstreamNode

Method
Description:
Verifies that the current node can disconnect from the upstream node.
Syntax
public bool CanDisconnectFromUpstreamNode(
	ElementId upstreamNodeId
)
Parameters
Parameter Type Description
upstreamNodeId ElementId The upstream node id.
Return Value
Type Description
Boolean True if the current node can disconnect from the upstream node.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null