Verifies that the current node can connect to the upstream node.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2023
Syntax
| C# |
|---|
public bool CanConnectToUpstreamNode(
ElementId upstreamNodeId
) |
| Visual Basic |
|---|
Public Function CanConnectToUpstreamNode ( _
upstreamNodeId As ElementId _
) As Boolean |
| Visual C++ |
|---|
public:
bool CanConnectToUpstreamNode(
ElementId^ upstreamNodeId
) |
Return Value
True if the current node can connect to the upstream node.
Exceptions
See Also