IMsAggregationFilter.AdvancedFilter

Fore Syntax

AdvancedFilter: IMsDimIteratorAdvancedFilter;

Fore.NET Syntax

AdvancedFilter: Prognoz.Platform.Interop.Ms.IMsDimIteratorAdvancedFilter;

Description

The AdvancedFilter property returns advanced filter parameters.

Comments

The advanced filter enables the user to select the elements corresponding to the specified condition.

If the filter already has elements set in one of the IMsAggregationFilter.AggregationGroup, IMsAggregationFilter.AggregationParamID or IMsAggregationFilter.AggregationSelection properties they are checked for correspondence to the specified condition. If elements are not set, all dictionary elements are checked for correspondence to the condition.

Fore and Fore.NET Examples

The property use is given in the example for IMsMatrixAggregationTransform.Aggregator.

See also:

IMsAggregationFilter