Revit 2025.3 API
Structural |
The parallel compression strength of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double WoodParallelCompressionStrength { get; set; }
Public Property WoodParallelCompressionStrength As Double Get Set
public: property double WoodParallelCompressionStrength { double get (); void set (double value); }
member WoodParallelCompressionStrength : 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