2025 Class
Changes 5
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 CanConnectToUpstreamNode(ElementId) Boolean 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.
M CanDisconnectFromUpstreamNode() Boolean 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.
M ConnectToUpstreamNode(ElementId) None Connects to an upstream electrical analytical node.
M DisconnectFromUpstreamNode() None Disconnects from an upstream electrical analytical node.
M Dispose() None (Inherited from ZoneElementDomainData ) ZoneElementDomainData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetElectricalLoadAreas() ISet<ElementId> Gets electrical load areas which the area based load includes.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetUpstreamNodeId() ElementId Gets the upstream electrical analytical node id.
M RemoveElectricalLoadArea(ElementId) None Removes electrical load area from the area based load.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
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 ConnectedPhases ElectricalConnectedPhases The electrical connected phases of the area based load to its upstream node.
P Current double The current of the area based load .
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity. (Inherited from ZoneElementDomainData ) ZoneElementDomainData
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 number of electrical phases of the area based load.
P PowerFactor double The power factor of the area based load.
P PowerFactorState PowerFactorStateType The power factor state 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.