| Revit 2021.1 API |
| StructuralSectionGeneralI..::..GetFlangeThicknessInFlangeCenter Method |
| StructuralSectionGeneralI Class See Also |
Returns thickness of flange measured in the 0.25 * (width - webThickess),
sometimes used for sections with width > 300 mm.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2018
Syntax
| C# |
|---|
public double GetFlangeThicknessInFlangeCenter() |
| Visual Basic |
|---|
Public Function GetFlangeThicknessInFlangeCenter As Double |
| Visual C++ |
|---|
public: double GetFlangeThicknessInFlangeCenter() |