[]
        
(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)
Public Function IndexOf(item As C1GaugeBaseShape) As Integer
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)
Public Function IndexOf(name As String) As Integer
Parameters
Type Name Description
string name
Returns
Type Description
int