| Revit 2019.2 API |
| BuiltInFailures..::..SketchFailures..::..BentFabricSheetEmptySketch Property |
| BuiltInFailures..::..SketchFailures Class See Also |
The bend profile requires at least one segment to be placed in a host. Click Continue to correct the profile or Click Quit sketching to exit the bend profile editor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public static FailureDefinitionId BentFabricSheetEmptySketch { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property BentFabricSheetEmptySketch As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ BentFabricSheetEmptySketch { FailureDefinitionId^ get (); } |