Use this method only on the advice of your Netrics representative.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub setXparm( _ 
   ByVal id As Integer,  _ 
   ByVal val As Double _ 
) _
    Implements INetricsQuery.setXparm
C#
public void setXparm(
   int id,
   double val
)
C++
public:
 void setXparm(
   int id,
   double val
) sealed 
J#
public void setXparm(
   int id,
   double val
)
JScript
public  function setXparm(
   id : int,
   val : double
)

Implements

INetricsQuery.setXparm

See Also