FabricSheet.IsBent Property

FabricSheetIsBent Property

The type of fabric sheet. True for bent fabric sheet, false for flat fabric sheet.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsBent { get; }
Public ReadOnly Property IsBent As Boolean
	Get
public:
property bool IsBent {
	bool get ();
}
member IsBent : bool with get

Property Value

Boolean
See Also