| Revit 2021.1 API |
| StructuralSectionSigmaProfileWithLips..::..TopBendLength Property |
| StructuralSectionSigmaProfileWithLips Class See Also |
Top 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 TopBendLength { get; set; } |
| Visual Basic |
|---|
Public Property TopBendLength As Double Get Set |
| Visual C++ |
|---|
public: property double TopBendLength { double get (); void set (double value); } |