Revit 2025.3 API
Structural |
Elastic section modulus about main strong 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 ElasticModulusStrongAxis { get; set; }
Public Property ElasticModulusStrongAxis As Double Get Set
public: property double ElasticModulusStrongAxis { double get (); void set (double value); }
member ElasticModulusStrongAxis : float with get, set
Property Value
DoubleSee Also