Revit 2026 API
Rebar |
Gets the current bending radius of the rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double GetBendingRadius()
Public Function GetBendingRadius As Double
public: double GetBendingRadius()
member GetBendingRadius : unit -> float
Return Value
DoubleReturns the current bending radius of the rebar.
See Also