2024 Members
Changes 8
M

AreaBasedLoadData

Name Return Type Description Inherited From
M AddElectricalLoadArea(ElementId) None Adds electrical load area into the area based load.
M 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.
M 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.
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 a hash function for a particular type. (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 Current double The current of the area based load .
P IsValidObject bool 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 Phases Number of the area based load.
P PowerFactor double The power factor 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.