Sets the value of the bent fabric sheet segment(like A, B, C, D etc.)
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2017
Syntax
C# |
---|
public void SetSegmentLength(
ElementId segmentParameterId,
double value
) |
Visual Basic |
---|
Public Sub SetSegmentLength ( _
segmentParameterId As ElementId, _
value As Double _
) |
Visual C++ |
---|
public:
void SetSegmentLength(
ElementId^ segmentParameterId,
double value
) |
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
See Also