ElectricalAnalyticalNode.GetAllDownstreamLoadIds
Public Class
Get all the descendant Electrical Analytical Load ids of the node.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ISet<ElementId> GetAllDownstreamLoadIds()
Return Value
ISet. ElementId.
Remarks
No matter the load is on stand by or not, the load id will be included in the returned load ids set.