Revit 2026 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: 26.0.4.0 (26.0.4.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