BuiltInFailures.WallFailures.ShorterThanMinWall Property

BuiltInFailuresWallFailuresShorterThanMinWall Property

Wall is shorter than minimum height allowed by its type.\nIt is [Length] and must be at least [Length].

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static FailureDefinitionId ShorterThanMinWall { get; }
Public Shared ReadOnly Property ShorterThanMinWall As FailureDefinitionId
	Get
public:
static property FailureDefinitionId^ ShorterThanMinWall {
	FailureDefinitionId^ get ();
}
static member ShorterThanMinWall : FailureDefinitionId with get

Property Value

FailureDefinitionId
See Also