AreaBasedLoadData Class

Represents the electrical area based load data.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.MechanicalZoneElementDomainData
    Autodesk.Revit.DB.ElectricalAreaBasedLoadData

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
 NameDescription
Public propertyApparentLoad The electrical apparent load of the area based load.
Public propertyApparentPowerDensity The apparent power density of the area based load.
Public propertyAreaBasedLoadType The electrical area based load type of the area based load.
Public propertyConnectedPhases The electrical connected phases of the area based load to its upstream node.
Public propertyCurrent The current of the area based load .
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from ZoneElementDomainData)
Public propertyLoadClassification The load classification of the area based load.
Public propertyLoadDensity The load density of the area based load.
Public propertyLoadType The load type of the area based load.
Public propertyPhasesNumber The number of electrical phases of the area based load.
Public propertyPowerFactor The power factor of the area based load.
Public propertyPowerFactorState The power factor state of the area based load.
Public propertyTrueLoad The electrical true load of the area based load.
Public propertyVoltage The voltage of the area based load.
Top
Methods
 NameDescription
Public methodAddElectricalLoadArea Adds electrical load area into the area based load.
Public methodCanConnectToUpstreamNode 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 methodCanDisconnectFromUpstreamNode 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 methodConnectToUpstreamNode Connects to an upstream electrical analytical node.
Public methodDisconnectFromUpstreamNode Disconnects from an upstream electrical analytical node.
Public methodDispose
(Inherited from ZoneElementDomainData)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetElectricalLoadAreas Gets electrical load areas which the area based load includes.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUpstreamNodeId Gets the upstream electrical analytical node id.
Public methodRemoveElectricalLoadArea Removes electrical load area from the area based load.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also