Revit 2025.3 API
Area |
Verifies that the area based load can disconnect from the upstream electrical analytical node.
If the area based load hasn't an upstream node, it can't disconnect from the upstream node.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CanDisconnectFromUpstreamNode()
Public Function CanDisconnectFromUpstreamNode As Boolean
public: bool CanDisconnectFromUpstreamNode()
member CanDisconnectFromUpstreamNode : unit -> bool
Return Value
BooleanTrue if the area based load can disconnect from the upstream electrical analytical node.
If the area based load supplies from Node A, Node A is the upstream node of the area based load, and the area based load is the downstream node of node A.
See Also