Assembly: Ms;
The IMsStubSelectionFilter interface is used to create a filter by data source selections.
IMsStubSelectionFilter
The filter is used by the IMsProblemCalculationSettings.ExecutionFilter property.
The filter is created from separate filters by selections of various data sources. When the filter is used, only the points set is processed that is created according to the specified data source selections.
Property name | Brief description | |
Count | The Count property returns the number of data sources, for which filters by selection are created. | |
Item | The Item property returns filter by selection for the data source with the specified index. |
Method name | Brief description | |
Add | The Add method adds a filter by selection to the collection for the data source with the specified key. | |
Clear | The Clear method clears the filters collection. | |
FindByStubKey | The FindByStubKey method searches for filter by data source key. | |
Remove | The Remove method removes data source filter with the specified index. | |
RemoveByStubKey | The RemoveByStubKey method removes data source filter with the specified key from the collection. |
See also: