ElectricalAnalyticalNodeGetAllDownstreamLoadIds Method

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

ISetElementId
Remarks
No matter the load is on stand by or not, the load id will be included in the returned load ids set.
See Also