| Revit 2024 API |
| StructuralSection..::..ShearAreaWeakAxis Property |
| StructuralSection Class See Also |
Shear area (reduced extreme shear stress coefficient) in the direction of weak axis (Wq).
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2015
Syntax
| C# |
|---|
public double ShearAreaWeakAxis { get; set; } |
| Visual Basic |
|---|
Public Property ShearAreaWeakAxis As Double Get Set |
| Visual C++ |
|---|
public: property double ShearAreaWeakAxis { double get (); void set (double value); } |