[]
        
(Showing Draft Content)

C1.Win.Gauge.ShapeCollection.IndexOf

IndexOf Method

IndexOf(C1GaugeBaseShape)

Determines the index of a specific C1GaugeBaseShape in the collection.

Declaration
public int IndexOf(C1GaugeBaseShape item)
Parameters
Type Name Description
C1GaugeBaseShape item
Returns
Type Description
int

IndexOf(string)

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

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