283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
16 lines
313 B
C#
16 lines
313 B
C#
namespace Autodesk.Revit.DB.Electrical;
|
|
|
|
public enum ElectricalLoadClassificationData
|
|
{
|
|
Name,
|
|
SpaceLoadClass,
|
|
DemandFactor,
|
|
LoadSummaryDemandFactorLabel,
|
|
PanelConnectedLabel,
|
|
PanelEstimatedLabel,
|
|
PanelConnectedCurrentLabel,
|
|
PanelEstimatedCurrentLabel,
|
|
ActualElecLoadNameLabel,
|
|
Abbreviation,
|
|
}
|