| Revit 2022.1 API |
| RebarUpdateCurvesData..::..GetBarsNumber Method |
| RebarUpdateCurvesData Class See Also |
Gets the number of bars specified in the layout options.
This is used to calculate the sets driven by bar number.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2018
Syntax
| C# |
|---|
public int GetBarsNumber() |
| Visual Basic |
|---|
Public Function GetBarsNumber As Integer |
| Visual C++ |
|---|
public: int GetBarsNumber() |