The index of this item in its associated RebarContainer.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2016

Syntax

C#
public int ItemIndex { get; }
Visual Basic
Public ReadOnly Property ItemIndex As Integer
	Get
Visual C++
public:
property int ItemIndex {
	int get ();
}

See Also