2025 Class
Changes 2
C

ReinforcementRoundingManager

Description:
A base class providing access to reinforcement rounding overrides for structural elements.
Remarks:
Subclasses of this class are used to access the override settings for Rebar elements and types or Fabric elements and types.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.ReinforcementRoundingManager
    Autodesk.Revit.DB.Structure.FabricRoundingManager
    Autodesk.Revit.DB.Structure.RebarRoundingManager
public class ReinforcementRoundingManager : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ReinforcementRoundingManager
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetLengthUnitTypeId() ForgeTypeId Gets the identifier of the length unit quantifying the reinforcement rounding values.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Element Element The owner of the reinforcement rounding overrides.
P IsActiveOnElement bool Defines whether reinforcement rounding is activated for the particular element.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.