Help > Web Development > Object Reference > Object Reference > ISYSDocument > GetLineWithTermAfter Method
<a name="kanchor319"></a>ISYSDocument:GetLineWithTermAfter Method
Returns the next line that contain the specific search term.

Syntax
[VBScript]
function ISYSDocument.GetLineWithTermAfter(_
  long Term, _ 
  long Line_ 
) as long
[C#]
long ISYSDocument.GetLineWithTermAfter(
  long Term, 
  long Line
);
[ColdFusion/Java]
long IISYSDocument.GetLineWithTermAfter(
  long Term, 
  long Line
) throws ComException;
Parameters
TermThe search term id to find, this can be accessed from the SearchTerms list.
LineThe line number after which to find the next hit

See Also