RebarContainerItem.ItemIndex Property

RebarContainerItemItemIndex Property

The index of this item in its associated RebarContainer.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int ItemIndex { get; }
Public ReadOnly Property ItemIndex As Integer
	Get
public:
property int ItemIndex {
	int get ();
}
member ItemIndex : int with get

Property Value

Int32
See Also