Share

MechanicalEquipmentSet.OnStandby Property

The number of pieces of mechanical equipment that are not operational at any given time.


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public int OnStandby { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentException When setting this property: There should be at least one equipment on duty.

See Also

Reference

Was this information helpful?