Revit 2017.1 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: 17.0.0.0 (17.0.1090.0)
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 (); } |