Revit 2020.1 API |
BuiltInFailures..::..StairRampFailures..::..WinderTooManyStartParallelTreadsOrRunWidthFailure Property |
BuiltInFailures..::..StairRampFailures Class See Also |
The number of parallel treads at start is too great or the run width is too great.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public static FailureDefinitionId WinderTooManyStartParallelTreadsOrRunWidthFailure { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property WinderTooManyStartParallelTreadsOrRunWidthFailure As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ WinderTooManyStartParallelTreadsOrRunWidthFailure { FailureDefinitionId^ get (); } |