Defines bar and hook bend diameter for rebar whose style is stirrup/tie
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public double StirrupTieBendDiameter { get; set; } |
Visual Basic |
---|
Public Property StirrupTieBendDiameter As Double
Get
Set |
Visual C++ |
---|
public:
property double StirrupTieBendDiameter {
double get ();
void set (double value);
} |
Field Value
The bar and hook bend diameter for rebar whose style is stirrup/tie
Exceptions
See Also