The demand factor definition this load classification element uses.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public ElementId DemandFactorId { get; set; }
Property Value
ElementIdExceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The element id elemId is not a valid ElectricalDemandFactorDefinition element. |
ArgumentNullException | When setting this property: A non-optional argument was null |