AreaBasedLoadData
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AddElectricalLoadArea(ElementId) | None | Adds electrical load area into the area based load. | |
| Dispose() | None | (Inherited from ZoneElementDomainData .) | ZoneElementDomainData |
| Equals | None | Determines whether the specified Object is equal to the current Object . (Inherited from Object .) | Object . |
| GetElectricalLoadAreas() | ISet<ElementId> | Gets electrical load areas which the area based load includes. | |
| GetHashCode | None | Serves as a hash function for a particular type. (Inherited from Object .) | Object . |
| GetType | None | Gets the Type of the current instance. (Inherited from Object .) | Object . |
| RemoveElectricalLoadArea(ElementId) | None | Removes electrical load area from the area based load. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object .) | Object . |
| 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 . | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. (Inherited from ZoneElementDomainData .) | ZoneElementDomainData |
| 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. |