[]
        
(Showing Draft Content)

C1.Win.Gauge.GaugeCollection.IndexOf

IndexOf Method

IndexOf(C1GaugeBase)

Determines the index of a specific C1GaugeBase in the collection.

Declaration
public int IndexOf(C1GaugeBase gauge)
Parameters
Type Name Description
C1GaugeBase gauge
Returns
Type Description
int

IndexOf(string)

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

Declaration
public int IndexOf(string name)
Parameters
Type Name Description
string name
Returns
Type Description
int