WallNegativeHeight Property
The top of the Wall is lower than the base of the Wall.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)

Syntax

C#
public static FailureDefinitionId WallNegativeHeight { get; }
Visual Basic
Public Shared ReadOnly Property WallNegativeHeight As FailureDefinitionId
	Get
Visual C++
public:
static property FailureDefinitionId^ WallNegativeHeight {
	FailureDefinitionId^ get ();
}

See Also