| Revit 2023 API |
| StructuralSectionIWelded..::..BottomFlangeWidth Property |
| StructuralSectionIWelded Class See Also |
Bottom Flange Width.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
| C# |
|---|
public double BottomFlangeWidth { get; set; } |
| Visual Basic |
|---|
Public Property BottomFlangeWidth As Double Get Set |
| Visual C++ |
|---|
public: property double BottomFlangeWidth { double get (); void set (double value); } |