Share

ElectricalAnalyticalNode.GetAllDownstreamLoadIds Method

Get all the descendant Electrical Analytical Load ids of the node.


Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

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.

See Also

Reference

Was this information helpful?