AreaReinforcementType Class


An object that specifies the type of a Structural Area Reinforcement element in Autodesk Revit.

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

Syntax

C#
public class AreaReinforcementType : ElementType
Visual Basic
Public Class AreaReinforcementType _
	Inherits ElementType
Visual C++
public ref class AreaReinforcementType : public ElementType

Remarks

The clear cover settings can be accessed via this object.

Inheritance Hierarchy

See Also