StandardBendDiameter Property


Defines bar bend diameter for rebar whose style is standard

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)

Syntax

C#
public double StandardBendDiameter { get; set; }
Visual Basic
Public Property StandardBendDiameter As Double
	Get
	Set
Visual C++
public:
property double StandardBendDiameter {
	double get ();
	void set (double value);
}

Field Value

The bar bend diameter for rebar whose style is standard

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentOutOfRangeException When setting this property: the bend diameter standardBendDiam isn't between bar diameter and 99.0

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →