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