NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Sub useThesaurus( _ 
   ByVal thesname As String,  _ 
   ByVal theswgt As Double _ 
)
C#
void useThesaurus(
   string thesname,
   double theswgt
)
C++
void useThesaurus(
   String thesname,
   double theswgt
) abstract 
J#
void useThesaurus(
   string thesname,
   double theswgt
)
JScript
function useThesaurus(
   thesname : String,
   theswgt : double
)

See Also