StructuralAsset.ConcreteBendingReinforcement Property

StructuralAssetConcreteBendingReinforcement Property

The bending reinforcement of the asset.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double ConcreteBendingReinforcement { get; set; }
Public Property ConcreteBendingReinforcement As Double
	Get
	Set
public:
property double ConcreteBendingReinforcement {
	double get ();
	void set (double value);
}
member ConcreteBendingReinforcement : float with 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.
See Also