2023 Class
Changes 3
C

AreaBasedLoadBoundaryLineData

Description:
Wrapper class used to access area based load boundary line related data.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Electrical.AreaBasedLoadBoundaryLineData
public class AreaBasedLoadBoundaryLineData : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetLevelIdsInRange() ISet<ElementId> Returns level ids between the top level and the bottom level (including the top level and the bottom level) of the area based load boundary line.
M IsElevationWithinRange(Double) bool Checks whether the given elevation is between the bottom level and the top level(including the bottom level and the top level) of the area based load boundary line.
M IsLevelWithinRange(ElementId) bool 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.
Name Return Type Description
P BottomLevelId ElementId The bottom level id of the area based load boundary line.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P TopLevelId ElementId The top level id of the area based load boundary line.