[]
Determines the index of a specific C1GaugePointer in the collection.
public int IndexOf(C1GaugePointer pointer)
Public Function IndexOf(pointer As C1GaugePointer) As Integer
| Type | Name | Description |
|---|---|---|
| C1GaugePointer | pointer |
| Type | Description |
|---|---|
| int |
Determines index of the first C1GaugePointer with the specified name in the collection.
public int IndexOf(string name)
Public Function IndexOf(name As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | name |
| Type | Description |
|---|---|
| int |