ReinforcementRoundingSource Enumeration

ReinforcementRoundingSource Enumeration

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

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum ReinforcementRoundingSource
Public Enumeration ReinforcementRoundingSource
public enum class ReinforcementRoundingSource
type ReinforcementRoundingSource
Members
Member nameValueDescription
Element3 Rounding overrides from Rebar or RebarInSystem or FabricSheet or FabricArea instances are in use.
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.
See Also