dbicGauge Send comments on this topic.
Insert Method
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > GaugeObjectCollection Class : Insert Method

nIndex
The index value to insert the dbiGaugeObject at.
obj
The dbiGaugeObject to insert.
Inserts a dbiGaugeObject into the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal nIndex As Integer, _
   ByVal obj As dbiGaugeObject _
) 
C# 
public void Insert( 
   int nIndex,
   dbiGaugeObject obj
)

Parameters

nIndex
The index value to insert the dbiGaugeObject at.
obj
The dbiGaugeObject to insert.

Requirements

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

See Also