BuiltInFailures.StairRampFailures.WinderLegsAngleTooGreatOrRunWidthTooSmallFailure Property

BuiltInFailuresStairRampFailuresWinderLegsAngleTooGreatOrRunWidthTooSmallFailure Property

The angle between two consecutive legs are too great or the runwidth is too small.

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

Property Value

FailureDefinitionId
See Also