Revit 2025.3 API
Rebar |
Note: This API is now obsolete.
Creates a new RebarBendingDetailType object.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
[ObsoleteAttribute("This method is deprecated in Revit 2025 and may be removed in a later version of Revit. This function was replaced by createSchematic and createRealistic.")] public static RebarBendingDetailType Create( Document Document )
<ObsoleteAttribute("This method is deprecated in Revit 2025 and may be removed in a later version of Revit. This function was replaced by createSchematic and createRealistic.")> Public Shared Function Create ( Document As Document ) As RebarBendingDetailType
public: [ObsoleteAttribute(L"This method is deprecated in Revit 2025 and may be removed in a later version of Revit. This function was replaced by createSchematic and createRealistic.")] static RebarBendingDetailType^ Create( Document^ Document )
[<ObsoleteAttribute("This method is deprecated in Revit 2025 and may be removed in a later version of Revit. This function was replaced by createSchematic and createRealistic.")>] static member Create : 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