| Revit 2020 API |
| BuiltInFailures..::..RoomFailures..::..RoomBelowCompHeight Property |
| BuiltInFailures..::..RoomFailures Class See Also |
[Room] Volume is being calculated above the Upper Limit of this [Room]. Change the Upper Limit and Offset or change the height of volume calculations.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public static FailureDefinitionId RoomBelowCompHeight { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property RoomBelowCompHeight As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ RoomBelowCompHeight { FailureDefinitionId^ get (); } |