Share

RebarBendingDetailType.Create Method

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

C#

[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
)

Parameters

Document  Document
Document to which the new element should be added.

Return Value

RebarBendingDetailType
The new RebarBendingDetailType object.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?