Revit 2025.3 API
RoomUpper |
Get or Set the Upper Limit of the Room.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Level UpperLimit { get; set; }
Public Property UpperLimit As Level Get Set
public: property Level^ UpperLimit { Level^ get (); void set (Level^ value); }
member UpperLimit : Level with get, set
Property Value
LevelThis property is used to get or set the Upper Limit of the Room.
See Also