Gets the model diameter of the Rebar.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2022

Syntax

C#
public double GetBarModelDiameter()
Visual Basic
Public Function GetBarModelDiameter As Double
Visual C++
public:
double GetBarModelDiameter()

Return Value

Returns the model diameter of the Rebar.

See Also