The number of pieces of mechanical equipment operating in parallel 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 OnDuty { get; set; }
Property Value
Int32Exceptions
Exception | Condition |
---|---|
ArgumentException | When setting this property: The number of on duty (number) must be less than or equal to the number of available equipments or there should be at least one equipment on duty. |