BuiltInFailures.StairRampFailures.RampDoesntReach Property

BuiltInFailuresStairRampFailuresRampDoesntReach Property

The ramp is not long enough to reach the top constraint. Change the slope or increase the length of the ramp.

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

Property Value

FailureDefinitionId
See Also