Revit 2026 API
RebarCreate |
Note: This API is now obsolete.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
[ObsoleteAttribute("This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use Rebar.CreateFreeForm(Document doc, RebarBarType barType, Element host, IList(IList(Curve)) curves, RebarStyle style) instead.")] public static Rebar CreateFreeForm( Document doc, RebarBarType barType, Element host, IList<IList<Curve>> curves, out RebarFreeFormValidationResult error )
<ObsoleteAttribute("This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use Rebar.CreateFreeForm(Document doc, RebarBarType barType, Element host, IList(IList(Curve)) curves, RebarStyle style) instead.")> Public Shared Function CreateFreeForm ( doc As Document, barType As RebarBarType, host As Element, curves As IList(Of IList(Of Curve)), <OutAttribute> ByRef error As RebarFreeFormValidationResult ) As Rebar
public: [ObsoleteAttribute(L"This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use Rebar.CreateFreeForm(Document doc, RebarBarType barType, Element host, IList(IList(Curve)) curves, RebarStyle style) instead.")] static Rebar^ CreateFreeForm( Document^ doc, RebarBarType^ barType, Element^ host, IList<IList<Curve^>^>^ curves, [OutAttribute] RebarFreeFormValidationResult% error )
[<ObsoleteAttribute("This method is deprecated in Revit 2026 and may be removed in a later version of Revit. Please use Rebar.CreateFreeForm(Document doc, RebarBarType barType, Element host, IList(IList(Curve)) curves, RebarStyle style) instead.")>] static member CreateFreeForm : doc : Document * barType : RebarBarType * host : Element * curves : IList<IList<Curve>> * error : RebarFreeFormValidationResult byref -> Rebar
Parameters
- doc Document
- barType RebarBarType
- host Element
- curves IListIListCurve
- error RebarFreeFormValidationResult
Return Value
RebarSee Also