FilterSet::InsertFilterAt

FilterSet::InsertFilterAt
void InsertFilterAt(UPInt index, Filter* filter);
Description

InsertFilterAt inserts the filter at the specified place in the filter array.

Parameters
Parameters 
Description 
UPInt index 
The index specifying the position to insert the array. 
Filter* filter 
The filter to be inserted.