Gets the nominal 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 GetBarNominalDiameter()
Visual Basic
Public Function GetBarNominalDiameter As Double
Visual C++
public:
double GetBarNominalDiameter()

Return Value

Returns the nominal diameter of the Rebar.

See Also