[]
        
(Showing Draft Content)

C1.Win.Gauge.PointerCollection.IndexOf

IndexOf Method

IndexOf(C1GaugePointer)

Determines the index of a specific C1GaugePointer in the collection.

Declaration
public int IndexOf(C1GaugePointer pointer)
Public Function IndexOf(pointer As C1GaugePointer) As Integer
Parameters
Type Name Description
C1GaugePointer pointer
Returns
Type Description
int

IndexOf(string)

Determines index of the first C1GaugePointer with the specified name in the collection.

Declaration
public int IndexOf(string name)
Public Function IndexOf(name As String) As Integer
Parameters
Type Name Description
string name
Returns
Type Description
int