FabricSheetIsBent Property |
The type of fabric sheet. True for bent fabric sheet, false for flat fabric sheet.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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