AreaBasedLoadData
Represents the electrical area based load data.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Mechanical.ZoneElementDomainData
Autodesk.Revit.DB.Electrical.AreaBasedLoadData
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class AreaBasedLoadData : ZoneElementDomainData
The AreaBasedLoadData type exposes the following members.
Properties
Name
Description
Public Property
ApparentLoad
The electrical apparent load of the area based load.
Public Property
ApparentPowerDensity
The apparent power density of the area based load.
Public Property
AreaBasedLoadType
The electrical area based load type of the area based load.
Public Property
ConnectedPhases
The electrical connected phases of the area based load to its upstream node.
Public Property
Current
The current of the area based load .
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from ZoneElementDomainData)
Public Property
LoadClassification
The load classification of the area based load.
Public Property
LoadDensity
The load density of the area based load.
Public Property
LoadType
The load type of the area based load.
Public Property
PhasesNumber
The number of electrical phases of the area based load.
Public Property
PowerFactor
The power factor of the area based load.
Public Property
PowerFactorState
The power factor state of the area based load.
Public Property
TrueLoad
The electrical true load of the area based load.
Public Property
Voltage
The voltage of the area based load.
Methods
Name
Description
Public Method
AddElectricalLoadArea
Adds electrical load area into the area based load.
Public Method
CanConnectToUpstreamNode
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.
Public Method
CanDisconnectFromUpstreamNode
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.
Public Method
ConnectToUpstreamNode
Connects to an upstream electrical analytical node.
Public Method
DisconnectFromUpstreamNode
Disconnects from an upstream electrical analytical node.
Public Method
Dispose
(Inherited from ZoneElementDomainData)
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetElectricalLoadAreas
Gets electrical load areas which the area based load includes.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
GetUpstreamNodeId
Gets the upstream electrical analytical node id.
Public Method
RemoveElectricalLoadArea
Removes electrical load area from the area based load.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)