AreaBasedLoadBoundaryLineDataGetLevelIdsInRange Method

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.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ISet<ElementId> GetLevelIdsInRange()

Return Value

ISetElementId
The level ids between the top level and the bottom level (including the top level and the bottom level).
See Also