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 _ 
)
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 ibi™ Patterns - Search have a score from 0 to 6).

See Also