Verifies that the current node can connect to the upstream node.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool CanConnectToUpstreamNode( ElementId upstreamNodeId )
Parameters
- upstreamNodeId ElementId
- The upstream node id.
Return Value
BooleanTrue if the current node can connect to the upstream node.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |