ElectricalLoadAreaData.GetAreaBasedLoadIds Method

ElectricalLoadAreaDataGetAreaBasedLoadIds Method

Gets the area based load ids of the electrical load area to be included.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ISet<ElementId> GetAreaBasedLoadIds()
Public Function GetAreaBasedLoadIds As ISet(Of ElementId)
public:
ISet<ElementId^>^ GetAreaBasedLoadIds()
member GetAreaBasedLoadIds : unit -> ISet<ElementId> 

Return Value

ISetElementId
See Also