ContentsIndexHome
PreviousUpNext
IIterator.getTuple Method

Retrieves the current position into an ITuple, which you must create first by invoking the createTuple method.

C#
void getTuple(ITuple tuple);
Parameters 
Description 
ITuple tuple 
An ITuple object that will contain the current position afterwards.