IMetaMembersSet.Reset

Fore Syntax

Reset;

Fore.NET Syntax

Reset();

Description

The Reset method resets current position of a cursor in elements set.

Comments

To get current element in the set, use the IMetaMembersSet.Current method.

Fore and Fore.NET Examples

The method use is given in the example for IMetaMembersSet.CurrentOffset.

See also:

IMetaMembersSet