| Revit 2019.2 API |
| BuiltInFailures..::..StairRampFailures..::..RunIsJoiningLandingWithRiserSoNotchDoesNotWorkWarning Property |
| BuiltInFailures..::..StairRampFailures Class See Also |
Run is joining landing with riser, so notch configuration does not take effect. Try to set run as begin/end with tread to make a notch.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public static FailureDefinitionId RunIsJoiningLandingWithRiserSoNotchDoesNotWorkWarning { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property RunIsJoiningLandingWithRiserSoNotchDoesNotWorkWarning As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ RunIsJoiningLandingWithRiserSoNotchDoesNotWorkWarning { FailureDefinitionId^ get (); } |