Revit 2025.3 API
| Rebar | 
   Creates or returns a RebarContainerType object with a given name.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static ElementId GetOrCreateRebarContainerType( Document aDoc, string name )
Public Shared Function GetOrCreateRebarContainerType ( aDoc As Document, name As String ) As ElementId
public: static ElementId^ GetOrCreateRebarContainerType( Document^ aDoc, String^ name )
static member GetOrCreateRebarContainerType : aDoc : Document * name : string -> ElementId
Parameters
- aDoc Document
- The document.
- name String
- Name of the type.
Return Value
ElementIdThe type id.
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentException | name is an empty string. | 
| ArgumentNullException | A non-optional argument was null | 
See Also