| Revit 2022 API |
| StructuralSectionGeneralLZ..::..BottomFlangeLength Property |
| StructuralSectionGeneralLZ Class See Also |
Bottom Flange segment length.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2018
Syntax
| C# |
|---|
public double BottomFlangeLength { get; set; } |
| Visual Basic |
|---|
Public Property BottomFlangeLength As Double Get Set |
| Visual C++ |
|---|
public: property double BottomFlangeLength { double get (); void set (double value); } |