ReinforcementRoundingSource Enumeration

An enumerated type listing the possible sources for reinforcement rounding overrides.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ReinforcementRoundingSource
Members
Member nameValueDescription
None0 No rounding overrides are in use.
ReinforcementSettings1 Rounding overrides from the ReinforcementSettings are in use.
Type2 Rounding overrides from the rebar types or fabric types are in use.
Element3 Rounding overrides from Rebar or RebarInSystem or FabricSheet or FabricArea instances are in use.
See Also