StructuralSectionGeneralT.SlopedFlangeAngle Property

StructuralSectionGeneralTSlopedFlangeAngle Property

Sloped flange angle. (rad)

Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double SlopedFlangeAngle { get; set; }
Public Property SlopedFlangeAngle As Double
	Get
	Set
public:
property double SlopedFlangeAngle {
	double get ();
	void set (double value);
}
member SlopedFlangeAngle : float with get, set

Property Value

Double
See Also