Elastic section modulus about main strong axis for calculation of bending stresses.
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2015
Syntax
| C# |
|---|
public double ElasticModulusStrongAxis { get; set; } |
| Visual Basic |
|---|
Public Property ElasticModulusStrongAxis As Double Get Set |
| Visual C++ |
|---|
public: property double ElasticModulusStrongAxis { double get (); void set (double value); } |