Checks whether the given level is between the bottom level and the top level (including the bottom level and the top level) of the area based load boundary line. 
   Namespace:   Autodesk.Revit.DB.Electrical  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0) 
  Since:  2023 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- levelId
-  Type:  Autodesk.Revit.DB ElementId  
 The id of the Level.
Return Value
True if given level is between the bottom level and the top level, false otherwise.Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentException | The ElementId levelId is not a Level. | 
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was null |