Specify the threshold beyond which to bold text.


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

Syntax

Visual Basic (Declaration)
Public Sub boldThresh( _ 
   ByVal val As Integer _ 
) _
    Implements INetricsSearchOpts.boldThresh
C#
public void boldThresh(
   int val
)
C++
public:
 void boldThresh(
   int val
) sealed 
J#
public void boldThresh(
   int val
)
JScript
public  function boldThresh(
   val : int
)

Parameters

val
This parameter represents the score for a character over which characters will be bolded (scores for characters returned from Netrics Intelligent Lookup have a score from 0 to 6).

Implements

INetricsSearchOpts.boldThresh

See Also