An enumerated type listing the possible sources for reinforcement rounding overrides.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum ReinforcementRoundingSource
Members
| Member name | Value | Description |
|---|---|---|
| Element | 3 | Rounding overrides from Rebar or RebarInSystem or FabricSheet or FabricArea instances are in use. |
| None | 0 | No rounding overrides are in use. |
| ReinforcementSettings | 1 | Rounding overrides from the ReinforcementSettings are in use. |
| Type | 2 | Rounding overrides from the rebar types or fabric types are in use. |
