Revit 2026 API
Rebar |
Creates a new RebarBarType object
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static RebarBarType Create( Document ADoc )
Public Shared Function Create ( ADoc As Document ) As RebarBarType
public: static RebarBarType^ Create( Document^ ADoc )
static member Create : ADoc : Document -> RebarBarType
Parameters
- ADoc Document
Return Value
RebarBarType| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also