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