| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal obj As dbiGaugeObject _ ) | |
| C# | |
|---|---|
public void Insert( int nIndex, dbiGaugeObject obj ) | |
Parameters
- nIndex
- The index value to insert the dbiGaugeObject at.
- obj
- The dbiGaugeObject to insert.