[]
        
(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)
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)
Parameters
Type Name Description
string name
Returns
Type Description
int