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

obj
The dbiGaugeObject to add.
Adds a dbiGaugeObject to the collection.

Syntax

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

Parameters

obj
The dbiGaugeObject to add.

Requirements

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

See Also