AnalyticalEquipmentLoadData
Represents the data and parameters of point load node.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Electrical.AnalyticalDistributionNodePropertyData
Autodesk.Revit.DB.Electrical.AnalyticalEquipmentLoadData
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class AnalyticalEquipmentLoadData : AnalyticalDistributionNodePropertyData
The AnalyticalEquipmentLoadData type exposes the following members.
Properties
Name
Description
Public Property
ApparentLoad
The electrical apparent load of analytical equipment load.
Public Property
ConnectedPhases
The electrical connected phases of the electrical analytical node to its upstream node.
(Inherited from AnalyticalDistributionNodePropertyData)
Public Property
Current
The current of the analytical equipment load.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from AnalyticalDistributionNodePropertyData)
Public Property
LoadClassification
The load classification of analytical equipment load.
Public Property
LoadSet
The electrical analytical load set of the analytical equipment load.
Public Property
LoadType
The load type of analytical equipment load.
Public Property
NumberOfPhases
Obsolete.
The number of electrical phases.
(Inherited from AnalyticalDistributionNodePropertyData)
Public Property
PhasesNumber
The number of electrical phases of the analytical equipment load.
Public Property
PowerFactor
The power factor of analytical equipment load.
Public Property
PowerFactorState
The PowerFactorState type of the analytical equipment load.
Public Property
TrueLoad
The electrical true load of analytical equipment load.
Public Property
Voltage
The voltage of the analytical equipment load.
Methods
Name
Description
Public Method
Dispose
(Inherited from AnalyticalDistributionNodePropertyData)
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
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
ToString
Returns a string that represents the current object.
(Inherited from Object)