Creates a new instance of general Channel shape.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2018
Syntax
| C# |
|---|
public StructuralSectionGeneralU(
double width,
double height,
double flangeThickness,
double flangeThicknessLocation,
double flangeFillet,
double flangeToeOfFillet,
double slopedFlangeAngle,
double webThickness,
double webFillet,
double webToeOfFillet,
double centroidHorizontal,
double centroidVertical,
StructuralSectionAnalysisParams analysisParams
) |
| Visual Basic |
|---|
Public Sub New ( _
width As Double, _
height As Double, _
flangeThickness As Double, _
flangeThicknessLocation As Double, _
flangeFillet As Double, _
flangeToeOfFillet As Double, _
slopedFlangeAngle As Double, _
webThickness As Double, _
webFillet As Double, _
webToeOfFillet As Double, _
centroidHorizontal As Double, _
centroidVertical As Double, _
analysisParams As StructuralSectionAnalysisParams _
) |
| Visual C++ |
|---|
public:
StructuralSectionGeneralU(
double width,
double height,
double flangeThickness,
double flangeThicknessLocation,
double flangeFillet,
double flangeToeOfFillet,
double slopedFlangeAngle,
double webThickness,
double webFillet,
double webToeOfFillet,
double centroidHorizontal,
double centroidVertical,
StructuralSectionAnalysisParams^ analysisParams
) |
See Also