GetApplicableDemandFactor Method


This method will return the applicable demand factor for the specified number of devices or load.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2011

Syntax

C#
public double GetApplicableDemandFactor(
	double numberOrLoad
)
Visual Basic
Public Function GetApplicableDemandFactor ( _
	numberOrLoad As Double _
) As Double
Visual C++
public:
double GetApplicableDemandFactor(
	double numberOrLoad
)

Parameters

numberOrLoad
Type: SystemDouble
The number of devices or load for which the demand factor should be looked up.

Return Value

The applicable demand factor.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →