QuantityOnStandBy Property


The number of Equipment Loads that are not operational at any time.

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

Syntax

C#
public int QuantityOnStandBy { get; set; }
Visual Basic
Public Property QuantityOnStandBy As Integer
	Get
	Set
Visual C++
public:
property int QuantityOnStandBy {
	int get ();
	void set (int value);
}

Remarks

The equipment loads with smaller load value within the set are considered on standby. Must be between 0 and (total count of the Equipment Loads in the LoadSet)

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException When setting this property: The number is greater than the total count of the Equipment Loads in the LoadSet.
Autodesk.Revit.ExceptionsArgumentOutOfRangeException When setting this property: The given value for number is negative.

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 →