Verifies that the current node can connect to the upstream node.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanConnectToUpstreamNode(
ElementId upstreamNodeId
)
Parameters
- upstreamNodeId ElementId
-
The upstream node id.
Return Value
Boolean
True if the current node can connect to the upstream node.
Exceptions
See Also
Reference