Revit 2021 API |
RebarContainerItem..::..ItemIndex Property |
RebarContainerItem Class See Also |
The index of this item in its associated RebarContainer.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.0.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 (); } |