Revit 2026 API
Structural |
The perpendicular compression strength of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double WoodPerpendicularCompressionStrength { get; set; }
Public Property WoodPerpendicularCompressionStrength As Double Get Set
public: property double WoodPerpendicularCompressionStrength { double get (); void set (double value); }
member WoodPerpendicularCompressionStrength : float with get, set
Property Value
Double
Exception | Condition |
---|---|
InapplicableDataException | When setting this property: the material type must be wood to set this property. |

Applies to wood-based structural assets.
The value is in Newtons per foot meter (N/(ft · m)).
See Also