Revit 2025.3 API
Rebar |
Gets the model diameter of the Rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double GetBarModelDiameter()
Public Function GetBarModelDiameter As Double
public: double GetBarModelDiameter()
member GetBarModelDiameter : unit -> float
Return Value
DoubleReturns the model diameter of the Rebar.
See Also