| Revit 2020.1 API | 
| BuiltInFailures..::..SlabShapeFailures..::..SlabShapeWarnVerticesDeleted Property | 
| BuiltInFailures..::..SlabShapeFailures Class See Also | 
   Some slab shape edit vertices were deleted because the Floor or Roof has changed its shape.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
 Syntax
Syntax
| C# | 
|---|
| public static FailureDefinitionId SlabShapeWarnVerticesDeleted { get; } | 
| Visual Basic | 
|---|
| Public Shared ReadOnly Property SlabShapeWarnVerticesDeleted As FailureDefinitionId Get | 
| Visual C++ | 
|---|
| public: static property FailureDefinitionId^ SlabShapeWarnVerticesDeleted { FailureDefinitionId^ get (); } |