Revit 2016 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: 16.0.0.0 (16.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 (); } |