Add an array of synonyms.


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

Syntax

Visual Basic (Declaration)
Public Sub addEquivalenceClass( _ 
   ByVal terms As String() _ 
) _
    Implements INetricsThesaurus.addEquivalenceClass
C#
public void addEquivalenceClass(
   string[] terms
)
C++
public:
 void addEquivalenceClass(
   array<String>^ terms
) sealed 
J#
public void addEquivalenceClass(
   string[] terms
)
JScript
public  function addEquivalenceClass(
   terms : String[]
)

Parameters

terms
All Strings which are elements of the array are considered to be equal for the purpose of record scoring.

Implements

INetricsThesaurus.addEquivalenceClass

See Also