Checks that the building operating schedule falls within an appropriate range.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
| C# |
|---|
public static bool CheckBuildingOperatingSchedule( gbXMLBuildingOperatingSchedule buildingOperatingSchedule ) |
| Visual Basic |
|---|
Public Shared Function CheckBuildingOperatingSchedule ( _ buildingOperatingSchedule As gbXMLBuildingOperatingSchedule _ ) As Boolean |
| Visual C++ |
|---|
public: static bool CheckBuildingOperatingSchedule( gbXMLBuildingOperatingSchedule buildingOperatingSchedule ) |
Parameters
- buildingOperatingSchedule
- Type: Autodesk.Revit.DB.Analysis..::..gbXMLBuildingOperatingSchedule
The building operating schedule to be checked.
Return Value
True if the building operating schedule falls within an appropriate range, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |