Revit 2025.3 API
Structural |
Elastic section modulus about main weak axis for calculation of bending stresses.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double ElasticModulusWeakAxis { get; set; }
Public Property ElasticModulusWeakAxis As Double Get Set
public: property double ElasticModulusWeakAxis { double get (); void set (double value); }
member ElasticModulusWeakAxis : float with get, set
Property Value
DoubleSee Also