StructuralAssetWoodPerpendicularShearStrength Property |
The perpendicular shear strength of the asset.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double WoodPerpendicularShearStrength { get; set; }
Public Property WoodPerpendicularShearStrength As Double
Get
Set
public:
property double WoodPerpendicularShearStrength {
double get ();
void set (double value);
}
member WoodPerpendicularShearStrength : float with get, set
Property Value
Double
Exceptions
Remarks
Applies to wood-based structural assets.
The value is in Newtons per foot meter (N/(ft · m)).
See Also