Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsDimIterateByDataStubs interface is used to work with the collection of data sources, which existing points are used for iteration.
IMsDimIterateByDataStubs
To get collection of sources, use the IMsDimIterateByDataOptions.Stubs property.
| Property name | Brief description | |
| The Count property returns the number of data sources in the collection. | ||
| The Item property returns the specified data source from the collection. |
| Method name | Brief description | |
| Add | The Add method adds the specified data source to the collection. | |
| Clear | The Clear method clears the data sources collection. | |
| FindById | The FindById method searches for a data source with the specified identifier. | |
| FindByKey | The FindByKey method searches for a data source with the specified key. | |
| The IndexOf method returns index of the specified data source. | ||
| Remove | The Remove method removes data source with the specified index. | |
| RemoveByKey | The RemoveByKey method removes data source with the specified key. |
See also: