2023 Class
Changes 8
C

AreaBasedLoadData

Description:
Represents the electrical area based load data.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Mechanical.ZoneElementDomainData
    Autodesk.Revit.DB.Electrical.AreaBasedLoadData
Name Return Type Description Inherited From
M AddElectricalLoadArea(ElementId) None Adds electrical load area into the area based load.
M GetElectricalLoadAreas() ISet<ElementId> Gets electrical load areas which the area based load includes.
M RemoveElectricalLoadArea(ElementId) None Removes electrical load area from the area based load.
M Dispose() None Releases all resources used by the ZoneElementDomainData
Name Return Type Description Inherited From
P ApparentLoad double The electrical apparent load of the area based load.
P ApparentPowerDensity double The apparent power density of the area based load.
P AreaBasedLoadType ElementId The electrical area based load type of the area based load.
P Current double The current of the area based load .
P LoadClassification ElementId The load classification of the area based load.
P LoadDensity double The load density of the area based load.
P LoadType ElectricalLoadType The load type of the area based load.
P PhasesNumber int The Phases Number of the area based load.
P PowerFactor double The power factor of the area based load.
P TrueLoad double The electrical true load of the area based load.
P Voltage double The voltage of the area based load.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. ZoneElementDomainData