Sets the value of the bent fabric sheet segment(like A, B, C, D etc.) 
   Namespace:   Autodesk.Revit.DB.Structure  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0) 
  Since:  2017 
Syntax
| C# | 
|---|
   |  
| Visual Basic | 
|---|
   |  
| Visual C++ | 
|---|
   |  
Parameters
- segmentParameterId
 -  Type:  Autodesk.Revit.DB ElementId  
The segment ID of the bent fabric sheet. 
- value
 -  Type:  System Double  
The length value to set 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentException | The given value for value is not a number -or- | 
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was NULL | 
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | The given value for value must be between 0 and 30000 feet. | 
| Autodesk.Revit.Exceptions DisabledDisciplineException | None of the following disciplines is enabled: Structural. |