ContentsIndexHome
PreviousUpNext
IFilter Interface

A helper class to construct a view or a filtered iterator on multi dimensional data. 

Filters can be created using createFilter on an IMultiDimData.  

 

C#
public interface IFilter;

See also Data Views in Using the SDK for a more elaborate discussion on how to use filters and data views.

Name 
Description 
The following tables list the members exposed by IFilter. 
Public Methods
 
Name 
Description 
 
Closes the filter and its elements and invalidates the object.  
 
Restricts the specified dimension to a specific value or set. 
 
Returns a string representation of the IFilter.