2023 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 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 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.