Revit 2018 API |
BuiltInFailures..::..WallJoinRoofFailures..::..WallMeetsRoofTangentially Property |
BuiltInFailures..::..WallJoinRoofFailures Class See Also |
The highlighted wall cannot be joined to the highlighted roof because the wall meets the roof tangentially.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Syntax
C# |
---|
public static FailureDefinitionId WallMeetsRoofTangentially { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property WallMeetsRoofTangentially As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ WallMeetsRoofTangentially { FailureDefinitionId^ get (); } |