| Revit 2021.1 API |
| StructuralSectionSigmaProfile..::..MiddleBendLength Property |
| StructuralSectionSigmaProfile Class See Also |
Middle Bend segment length.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2016
Syntax
| C# |
|---|
public double MiddleBendLength { get; set; } |
| Visual Basic |
|---|
Public Property MiddleBendLength As Double Get Set |
| Visual C++ |
|---|
public: property double MiddleBendLength { double get (); void set (double value); } |