ContentsIndexHome
PreviousUpNext
IFilter.restrict Method (int, ISetData)

Restricts the specified dimension to the given ISetData, i.e. on this dimension, only elements that are contained in the ISetData are included.

C#
void restrict(int dim, 
                      ISetData domain);
Parameters 
Description 
int dim 
The dimension which has to be restricted.  
ISetData domain 
The ISetData to which this dimension has to be restricted.