Version

GetScaleCount Method (WinGaugeReplayServer)

Gets the number of Visible scales for the given gauge
Syntax
'Declaration
 
Public Function GetScaleCount( _
   ByVal oGauge As System.Object _
) As System.Integer
public System.int GetScaleCount( 
   System.object oGauge
)

Parameters

oGauge
a sub gauge in the WinGauge

Return Value

the number of visible scales for a gauge
Remarks

oGauge needs to be a unique string key or Int16 index. The gauge must also be visible. The value returned is a 32 bit integer

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