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.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsLevelWithinRange(
ElementId levelId
)
Parameters
- levelId ElementId
-
The id of the Level.
Return Value
Boolean
True if given level is between the bottom level and the top level, false otherwise.
Exceptions
See Also
Reference