Revit 2025 API
SpaceUpper |
Get or set the Upper Limit of the Space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.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
Level
This property is used to get or set the Upper Limit of the Space.
See Also