| Revit 2022.1 API |
| RebarContainer..::..ItemsCount Property |
| RebarContainer Class See Also |
The count of Items in this Rebar Container.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
| C# |
|---|
public int ItemsCount { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ItemsCount As Integer Get |
| Visual C++ |
|---|
public: property int ItemsCount { int get (); } |