Removes electrical load area from the area based load.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2023
Syntax
C# |
---|
public void RemoveElectricalLoadArea( ElementId electricalLoadAreaId ) |
Visual Basic |
---|
Public Sub RemoveElectricalLoadArea ( _ electricalLoadAreaId As ElementId _ ) |
Visual C++ |
---|
public: void RemoveElectricalLoadArea( ElementId^ electricalLoadAreaId ) |
Parameters
- electricalLoadAreaId
- Type: Autodesk.Revit.DB..::..ElementId
The electrical load area id to remove.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |