PathReinforcementType Class


An object that specifies the type of a Structural Path 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 PathReinforcementType : ElementType
Visual Basic
Public Class PathReinforcementType _
	Inherits ElementType
Visual C++
public ref class PathReinforcementType : public ElementType

Remarks

The clear cover settings can be accessed via this object.

Inheritance Hierarchy

See Also