Revit 2022 API |
StructuralSection..::..PlasticModulusWeakAxis Property |
StructuralSection Class See Also |
Plastic section modulus in bending about main weak axis.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2015
Syntax
C# |
---|
public double PlasticModulusWeakAxis { get; set; } |
Visual Basic |
---|
Public Property PlasticModulusWeakAxis As Double Get Set |
Visual C++ |
---|
public: property double PlasticModulusWeakAxis { double get (); void set (double value); } |