dtSearch Text Retrieval Engine .NET interface

WordListBuilder.GetNthWord Method 

Get the text of a word in the word list.

public string GetNthWord(
   int whichWord
);

Parameters

whichWord
Number from 0 to Count-1 indicating which word to get

Return Value

Text of the word

See Also

WordListBuilder Class | dtSearch.Engine Namespace