| Revit 2024 API |
| BuiltInFailures..::..WallJoinRoofFailures..::..WallNotCoveredByRoof Property |
| BuiltInFailures..::..WallJoinRoofFailures Class See Also |
The highlighted wall(s) cannot be joined to the highlighted roof because the roof does not entirely cover the wall(s).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
public static FailureDefinitionId WallNotCoveredByRoof { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property WallNotCoveredByRoof As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ WallNotCoveredByRoof { FailureDefinitionId^ get (); } |