ContentsIndexHome
PreviousUpNext
IMultiDimData.createIterator Method (IFilter)

Creates a new iterator to iterate through the filtered data. By default, 100 tuples are cached. 

The identifier is cleaned up upon creation of the iterator.

C#
IIterator createIterator(IFilter filter);
Parameters 
Description 
IFilter filter 
The filter over the data.  

The iterator.