Version

GetGaugeType Method (WinGaugeReplayServer)

Retrieves the type of a sub gauge
Syntax
'Declaration
 
Public Function GetGaugeType( _
   ByVal oGauge As System.Object _
) As System.String
public System.string GetGaugeType( 
   System.object oGauge
)

Parameters

oGauge
a sub gauge in the WinGauge

Return Value

string name of the type of gauge (RadialGauge, LinearGauge, DigitalGauge ... )
Remarks

oGauge needs to be a unique string key or Int16 index. The gauge must be visible. The value returned is of type string

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also