dbicGauge Send comments on this topic.
IndexOf(dbiGaugeObject) Method
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > GaugeObjectCollection Class : IndexOf(dbiGaugeObject) Method

obj
The dbiGaugeObject to retrieve the index of.
Returns the index value of the supplied dbiGaugeObject

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal obj As dbiGaugeObject _
) As Integer
C# 
public int IndexOf( 
   dbiGaugeObject obj
)

Parameters

obj
The dbiGaugeObject to retrieve the index of.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also