Version

GetMarkerCount Method (WinGaugeReplayServer)

Retrieves the total number of visible markers for a given scale
Syntax
'Declaration
 
Public Function GetMarkerCount( _
   ByVal oGauge As System.Object, _
   ByVal oScale As System.Object _
) As System.Integer
public System.int GetMarkerCount( 
   System.object oGauge,
   System.object oScale
)

Parameters

oGauge
a sub gauge in the WinGauge
oScale
a scale in oGauge
Remarks

oGauge needs to be a unique string key or Int16 index. oScale needs to be a unique string key or Int16 index. 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