IMsAggregationFilterList

Assembly: Ms;

Description

The IMsAggregationFilterList interface contains properties and methods that are used to work with the aggregation filters collection.

Properties

  Property name Brief description
Count The Count property returns the number of filters in the collection.
Item The Item property returns a filter from the collection by its index.

Methods

  Method name Brief description
Add The Add method adds a new filter to the collection.
Clear The Clear method clears the filters collection.
FindById The FindById method searches for filter in the collection by identifier of filtered dimension.
FindByKey The FindByKey method searches for filter in the collection by key of filtered dimension.
MoveTo The MoveTo method moves filter in the collection.
Remove The Remove method removes filter from the collection by its index.
RemoveByKey The RemoveByKey method removes filter from the collection by key of filtered dimension.

See also:

Ms Assembly Interfaces