Represents the bar model diameter of the RebarBarType.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2018.1
Syntax
C# |
---|
public double BarModelDiameter { get; set; } |
Visual Basic |
---|
Public Property BarModelDiameter As Double Get Set |
Visual C++ |
---|
public: property double BarModelDiameter { double get (); void set (double value); } |