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. | |
| CanConnectToUpstreamNode(ElementId) | bool | Verifies that the area based load can connect to the upstream electrical analytical node. If the area based load already has an upstream node or the upstream node is full of downstream nodes, the area based load can't connect to the upstream node. | |
| CanDisconnectFromUpstreamNode() | bool | Verifies that the area based load can disconnect from the upstream electrical analytical node. If the area based load hasn't an upstream node, it can't disconnect from the upstream node. | |
| ConnectToUpstreamNode(ElementId) | None | Connects to an upstream electrical analytical node. | |
| DisconnectFromUpstreamNode() | None | Disconnects from an upstream electrical analytical node. | |
| GetElectricalLoadAreas() | ISet<ElementId> | Gets electrical load areas which the area based load includes. | |
| GetUpstreamNodeId() | ElementId | Gets the upstream electrical analytical node id. | |
| 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 |