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

Applies to concrete-based structural assets.
See Also