Version

GetDigitalGaugeText Method (WinGaugeReplayServer)

Returns the Text for a given Digital sub gauge
Syntax
'Declaration
 
Public Function GetDigitalGaugeText( _
   ByVal oGauge As System.Object _
) As System.String
public System.string GetDigitalGaugeText( 
   System.object oGauge
)

Parameters

oGauge
a sub gauge in the WinGauge

Return Value

The text property of DigitalGauge
Remarks

oGauge needs to be a unique string key or Int16 index. The gauge must be visible, and must be a DigitalGauge. 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