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