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: 26.0.4.0 (26.0.4.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