FabricRoundingManager Class


Provides access to element reinforcement roundings overrides.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014

Syntax

C#
public class FabricRoundingManager : ReinforcementRoundingManager
Visual Basic
Public Class FabricRoundingManager _
	Inherits ReinforcementRoundingManager
Visual C++
public ref class FabricRoundingManager : public ReinforcementRoundingManager

Remarks

An instance of this class can be obtained from specific FabricSheetType or individual FabricSheet or FabricArea elements to apply overrides different from the global settings for the project.

Inheritance Hierarchy

System Object
Autodesk.Revit.DB.Structure ReinforcementRoundingManager
Autodesk.Revit.DB.Structure FabricRoundingManager

See Also