Revit 2022 API |
BuiltInFailures..::..SketchFailures..::..BentFabricSheetInvalidElementInSketch Property |
BuiltInFailures..::..SketchFailures Class See Also |
Arcs in a bend profile must be separated from one another with a connected straight segment. The bend profile cannot start or end with an arc. 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: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public static FailureDefinitionId BentFabricSheetInvalidElementInSketch { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property BentFabricSheetInvalidElementInSketch As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ BentFabricSheetInvalidElementInSketch { FailureDefinitionId^ get (); } |