Revit 2026 API
Rebar |
Creates a new RebarBendingDetailType object for schematic representations.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static RebarBendingDetailType CreateSchematic( Document Document )
Public Shared Function CreateSchematic ( Document As Document ) As RebarBendingDetailType
public: static RebarBendingDetailType^ CreateSchematic( Document^ Document )
static member CreateSchematic : Document : Document -> RebarBendingDetailType
Parameters
- Document Document
- Document to which the new element should be added.
Return Value
RebarBendingDetailTypeThe new RebarBendingDetailType object.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also