Specifies the cut length of the fabric sheet perpendicular to the bend edge.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public double BentFabricLongitudinalCutLength { get; set; }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: The given value for bentFabricLongitudinalCutLength must be between 0 and 30000 feet. |
InvalidObjectException | When setting this property: The data-setting method is not applicable to fabric sheets that are flat. |