Adds electrical load area into the area based load. 
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2023 
Syntax
| C# | 
|---|
 | 
| Visual Basic | 
|---|
 | 
| Visual C++ | 
|---|
 | 
Parameters
- electricalLoadAreaId
 - Type: Autodesk.Revit.DBElementId
The electrical load area id to add. 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | The id isn't a valid electrical load area. | 
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |