| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal nIndex As Integer _ ) As dbiGaugeObject | |
| C# | |
|---|---|
public dbiGaugeObject this[ int nIndex ]; {get; set;} | |
Parameters
- nIndex
- The 0-based index value of the dbiGaugeObject to reference inside the collection.