Modeller > Modeller Assembly Interfaces > IEmSeriesList
Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmSeriesList interface is used to work with express modeling method series collection
IEmSeriesList
To work with a separate series of the collection, use the IEmSerie interface.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of series in the collection |
![]() |
Item | The Item property returns series from the collection based on the specified index |
![]() |
ItemByName | The ItemByName property returns series from collection based on its identifier |
![]() |
ItemIndexByName | The ItemIndexByName property returns series index based on its identifier. |
Method name | Brief description | |
![]() |
Add | The Add method adds a series to the collection |
![]() |
Clear | The Clear method removes all series from the collection |
![]() |
Remove | The Remove property removes a series from the collection based on its index |
See also: