IMsFormulaGenTermIterator.Eof

Syntax

Eof: Boolean;

Eof: Boolean;

Description

The Eofmethod returns whether the cursor is on the last record in the iterator.

Comments

The method returns True if the cursor is on the last record in the iterator, and False in all other cases.

Fore and Fore.NET Examples

The example of use is given in description of the IMsProblemCalculation.GetFormulaInfo method.

See also:

IMsFormulaGenTermIterator