Assembly: Ms;
The IMsStubSelection interface is used to set filter by data source selection.
IMsStubSelection
The filter by data source selection can be obtained using properties and methods of the IMsStubSelectionFilter interface.
The filter by selection is created by combining different data source selections. The further calculation will use only the points that are in the points set created according to the selections.
Property name | Brief description | |
Count | The Count property returns the number of selections added to the collection. | |
DataType | The DataType property returns the data creation method that is set for the cells created by selection with the specified index. | |
Item | The Item property returns data source selection with the specified index. | |
StubKey | The StubKey property returns key of the data source, for which filter by selection is created. |
Method name | Brief description | |
Add | The Add method adds the specified data source selection and creates a points set. | |
Clear | The Clear method clears the collection of labels creating a filter for data source. | |
Remove | The Remove method removes the selection with the specified index from the collection. |
See also: