RVTDocs.com

RebarContainer

Class
Description:
An object that represents an Rebar Container Element within the Autodesk Revit project.
Remarks:
This object is derived from the Element base object and such supports all the methods of that object such as the ability to retrieve the parameters of that object. The Rebar Container element is available only in the Autodesk Revit Structure product. It is a collection of rebar sets. Every rebar set can be modified separately.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Element
    Autodesk.Revit.DB.Structure.RebarContainer
Syntax
public class RebarContainer : Element, 
	IEnumerable<RebarContainerItem>