Shear area (reduced extreme shear stress coefficient) in the direction of strong axis (Wq).
Namespace: Autodesk.Revit.DB.Structure.StructuralSectionsAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2018
Syntax
| C# |
|---|
public double ShearAreaStrongAxis { get; set; } |
| Visual Basic |
|---|
Public Property ShearAreaStrongAxis As Double Get Set |
| Visual C++ |
|---|
public: property double ShearAreaStrongAxis { double get (); void set (double value); } |