Share

StructuralAsset.ConcreteCompression Property

The compression strength of concrete-based assets.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public double ConcreteCompression { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
InapplicableDataException When setting this property: the material type must be concrete to set this property.

Remarks

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

See Also

Reference

Was this information helpful?