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

obj
The dbiGaugeObject to remove from the collection.
Removes a dbiGaugeObject from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal obj As dbiGaugeObject _
) 
C# 
public void Remove( 
   dbiGaugeObject obj
)

Parameters

obj
The dbiGaugeObject to remove from the collection.

Requirements

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

See Also